Html Css Color HEX #A229B6 Dark Orchid

📋 copy color: '#A229B6'

red 162 ◦ green 41 ◦ blue 182

#A229B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A229B6

Tints of Dark Orchid #A229B6

RGB

 RED value IS 162 (63.67% from 255) = 42.08%

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 42.08%
G = 10.65%
B = 47.27%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A229B6 (or 0xA229B6) is known color: Dark Orchid. HEX triplet: A2, 29 and B6. RGB value is (162,41,182). Sum of RGB (Red+Green+Blue) = 162+41+182=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #A229B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229B6 is #5DD649. Grayscale: #5C5C5C. Windows color (decimal): -6149706 or 11938210. OLE color: 11938210.

HSL color Cylindrical-coordinate representation of color #A229B6: hue angle of 291.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A229B6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 41 182 -
CMYK 0.11 0.77 0 0.29
HSL 291.49º 0.63% 0.44% -
HSV(B) 291.49º 0.77% 0.71% -
XYZ 24.14 12.64 45.42 -
YUV 93.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 162 41 182 0.11 0.77 0 0.29 291.49 0.63 0.44
Hex A2 29 B6 B 4D 0 1D 123 3F 2C
Octal 242 51 266 13 115 0 35 443 77 54
Binary 10100010 101001 10110110 1011 1001101 0 11101 100100011 111111 101100

Color Harmonies of #A229B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229B6

Black with #A229B6

Text Example


Text Example

White with #A229B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229B6; }

 p { color: rgb(162,41,182); }

 H1.HeaderClassName
 {
   color: #A229B6;
 }
 .AnyTagClassName
 {
   color: #A229B6;
 }
</style>

background-color css

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

 a { background-color: rgb(162,41,182); }

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

border-color css

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

 span { border-color: rgb(162,41,182); }

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