Html Css Color HEX #A22DD6 Dark Orchid

📋 copy color: '#A22DD6'

red 162 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #A22DD6

Tints of Dark Orchid #A22DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.69%

 BLUE value IS 214 (83.98% from 255) = 50.83%

R = 38.48%
G = 10.69%
B = 50.83%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A22DD6 (or 0xA22DD6) is known color: Dark Orchid. HEX triplet: A2, 2D and D6. RGB value is (162,45,214). Sum of RGB (Red+Green+Blue) = 162+45+214=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #A22DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DD6 is #5DD229. Grayscale: #626262. Windows color (decimal): -6148650 or 14036386. OLE color: 14036386.

HSL color Cylindrical-coordinate representation of color #A22DD6: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22DD6 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 45 214 -
CMYK 0.24 0.79 0 0.16
HSL 281.54º 0.67% 0.51% -
HSV(B) 281.54º 0.79% 0.84% -
XYZ 27.98 14.41 64.93 -
YUV 99.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 162 45 214 0.24 0.79 0 0.16 281.54 0.67 0.51
Hex A2 2D D6 18 4F 0 10 11A 43 33
Octal 242 55 326 30 117 0 20 432 103 63
Binary 10100010 101101 11010110 11000 1001111 0 10000 100011010 1000011 110011

Color Harmonies of #A22DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DD6

Black with #A22DD6

Text Example


Text Example

White with #A22DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DD6; }

 p { color: rgb(162,45,214); }

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

background-color css

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

 a { background-color: rgb(162,45,214); }

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

border-color css

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

 span { border-color: rgb(162,45,214); }

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