Html Css Color HEX #A229B3 Dark Orchid

📋 copy color: '#A229B3'

red 162 ◦ green 41 ◦ blue 179

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

Shades of Dark Orchid #A229B3

Tints of Dark Orchid #A229B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.86%

R = 42.41%
G = 10.73%
B = 46.86%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A229B3 (or 0xA229B3) is known color: Dark Orchid. HEX triplet: A2, 29 and B3. RGB value is (162,41,179). Sum of RGB (Red+Green+Blue) = 162+41+179=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #A229B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229B3 is #5DD64C. Grayscale: #5C5C5C. Windows color (decimal): -6149709 or 11741602. OLE color: 11741602.

HSL color Cylindrical-coordinate representation of color #A229B3: hue angle of 292.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A229B3 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 41 179 -
CMYK 0.09 0.77 0 0.30
HSL 292.61º 0.63% 0.43% -
HSV(B) 292.61º 0.77% 0.7% -
XYZ 23.83 12.52 43.81 -
YUV 92.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 162 41 179 0.09 0.77 0 0.30 292.61 0.63 0.43
Hex A2 29 B3 9 4D 0 1E 125 3F 2B
Octal 242 51 263 11 115 0 36 445 77 53
Binary 10100010 101001 10110011 1001 1001101 0 11110 100100101 111111 101011

Color Harmonies of #A229B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229B3

Black with #A229B3

Text Example


Text Example

White with #A229B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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