Html Css Color HEX #A22ADF Dark Orchid

📋 copy color: '#A22ADF'

red 162 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #A22ADF

Tints of Dark Orchid #A22ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 37.94%
G = 9.84%
B = 52.22%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A22ADF (or 0xA22ADF) is known color: Dark Orchid. HEX triplet: A2, 2A and DF. RGB value is (162,42,223). Sum of RGB (Red+Green+Blue) = 162+42+223=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A22ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ADF is #5DD520. Grayscale: #616161. Windows color (decimal): -6149409 or 14625442. OLE color: 14625442.

HSL color Cylindrical-coordinate representation of color #A22ADF: hue angle of 279.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22ADF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 42 223 -
CMYK 0.27 0.81 0 0.13
HSL 279.78º 0.74% 0.52% -
HSV(B) 279.78º 0.81% 0.87% -
XYZ 29.05 14.67 71.11 -
YUV 98.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 162 42 223 0.27 0.81 0 0.13 279.78 0.74 0.52
Hex A2 2A DF 1B 51 0 D 118 4A 34
Octal 242 52 337 33 121 0 15 430 112 64
Binary 10100010 101010 11011111 11011 1010001 0 1101 100011000 1001010 110100

Color Harmonies of #A22ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22ADF

Black with #A22ADF

Text Example


Text Example

White with #A22ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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