Html Css Color HEX #A229B5 Dark Orchid

📋 copy color: '#A229B5'

red 162 ◦ green 41 ◦ blue 181

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

Shades of Dark Orchid #A229B5

Tints of Dark Orchid #A229B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 42.19%
G = 10.68%
B = 47.14%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A229B5 (or 0xA229B5) is known color: Dark Orchid. HEX triplet: A2, 29 and B5. RGB value is (162,41,181). Sum of RGB (Red+Green+Blue) = 162+41+181=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #A229B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229B5 is #5DD64A. Grayscale: #5C5C5C. Windows color (decimal): -6149707 or 11872674. OLE color: 11872674.

HSL color Cylindrical-coordinate representation of color #A229B5: hue angle of 291.86º 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 #A229B5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 41 181 -
CMYK 0.10 0.77 0 0.29
HSL 291.86º 0.63% 0.44% -
HSV(B) 291.86º 0.77% 0.71% -
XYZ 24.03 12.6 44.88 -
YUV 93.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 162 41 181 0.10 0.77 0 0.29 291.86 0.63 0.44
Hex A2 29 B5 A 4D 0 1D 124 3F 2C
Octal 242 51 265 12 115 0 35 444 77 54
Binary 10100010 101001 10110101 1010 1001101 0 11101 100100100 111111 101100

Color Harmonies of #A229B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229B5

Black with #A229B5

Text Example


Text Example

White with #A229B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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