Html Css Color HEX #A22ACD Dark Orchid

📋 copy color: '#A22ACD'

red 162 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A22ACD

Tints of Dark Orchid #A22ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 39.61%
G = 10.27%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A22ACD (or 0xA22ACD) is known color: Dark Orchid. HEX triplet: A2, 2A and CD. RGB value is (162,42,205). Sum of RGB (Red+Green+Blue) = 162+42+205=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #A22ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ACD is #5DD532. Grayscale: #5F5F5F. Windows color (decimal): -6149427 or 13445794. OLE color: 13445794.

HSL color Cylindrical-coordinate representation of color #A22ACD: hue angle of 284.17º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22ACD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 42 205 -
CMYK 0.21 0.80 0 0.20
HSL 284.17º 0.66% 0.48% -
HSV(B) 284.17º 0.8% 0.8% -
XYZ 26.75 13.75 59 -
YUV 96.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 162 42 205 0.21 0.80 0 0.20 284.17 0.66 0.48
Hex A2 2A CD 15 50 0 14 11C 42 30
Octal 242 52 315 25 120 0 24 434 102 60
Binary 10100010 101010 11001101 10101 1010000 0 10100 100011100 1000010 110000

Color Harmonies of #A22ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ACD

Black with #A22ACD

Text Example


Text Example

White with #A22ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ACD; }

 p { color: rgb(162,42,205); }

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

background-color css

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

 a { background-color: rgb(162,42,205); }

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

border-color css

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

 span { border-color: rgb(162,42,205); }

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