Html Css Color HEX #A229D8 Dark Orchid

📋 copy color: '#A229D8'

red 162 ◦ green 41 ◦ blue 216

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

Shades of Dark Orchid #A229D8

Tints of Dark Orchid #A229D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.55%

R = 38.66%
G = 9.79%
B = 51.55%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A229D8 (or 0xA229D8) is known color: Dark Orchid. HEX triplet: A2, 29 and D8. RGB value is (162,41,216). Sum of RGB (Red+Green+Blue) = 162+41+216=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #A229D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229D8 is #5DD627. Grayscale: #606060. Windows color (decimal): -6149672 or 14166434. OLE color: 14166434.

HSL color Cylindrical-coordinate representation of color #A229D8: hue angle of 281.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A229D8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 41 216 -
CMYK 0.25 0.81 0 0.15
HSL 281.49º 0.69% 0.5% -
HSV(B) 281.49º 0.81% 0.85% -
XYZ 28.09 14.23 66.23 -
YUV 97.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 162 41 216 0.25 0.81 0 0.15 281.49 0.69 0.5
Hex A2 29 D8 19 51 0 F 119 45 32
Octal 242 51 330 31 121 0 17 431 105 62
Binary 10100010 101001 11011000 11001 1010001 0 1111 100011001 1000101 110010

Color Harmonies of #A229D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229D8

Black with #A229D8

Text Example


Text Example

White with #A229D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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