#A42BBD

Color #A42BBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A42BBD

Tints of Dark Orchid #A42BBD

Color information

#A42BBD (or 0xA42BBD) is unknown color: approx Dark Orchid. HEX triplet: A4, 2B and BD. RGB value is (164,43,189). Sum of RGB (Red+Green+Blue) = 164+43+189=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A42BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BBD is #5BD442. Grayscale: #5F5F5F. Windows color (decimal): -6018115 or 12397476. OLE color: 12397476.

HSL color Cylindrical-coordinate representation of color #A42BBD: hue angle of 289.73º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42BBD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16443189-
CMYK0.130.7700.26
HSL289.73º62.93%45.49%-
HSV(B)289.73º77.25%74.12%-
XYZ25.3613.2949.37-
YUV95.82180.59176.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 43 (17.19% from 255) = 10.86%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=41.41%
G=10.86%
B=47.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164431890.130.7700.26289.7362.9345.49
HexA42BBDD4D01A1223f2d
Octal24453275151150324427755
Binary101001001010111011110111011001101011010100100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42BBD; }

 p { color: rgb(164,43,189); }

 H1.HeaderClassName
 {
   color: #A42BBD;
 }
 .AnyTagClassName
 {
   color: #A42BBD;
 }
</style>
background-color css

<style>
 a { background-color: #A42BBD; }

 a { background-color: rgb(164,43,189); }

 div.DivClassName
 {
   background-color: #A42BBD;
 }
 .BgClassName
 {
   background-color: #A42BBD;
 }
</style>
border-color css

<style>
 span { border-color: #A42BBD; }

 span { border-color: rgb(164,43,189); }

 td.TdClassName
 {
   border-color: #A42BBD;
 }
 .TagClassName
 {
   border-color: #A42BBD;
 }
</style>