Html Css Color HEX #A22FCE Dark Orchid

📋 copy color: '#A22FCE'

red 162 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #A22FCE

Tints of Dark Orchid #A22FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 39.04%
G = 11.33%
B = 49.64%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A22FCE (or 0xA22FCE) is known color: Dark Orchid. HEX triplet: A2, 2F and CE. RGB value is (162,47,206). Sum of RGB (Red+Green+Blue) = 162+47+206=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A22FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FCE is #5DD031. Grayscale: #626262. Windows color (decimal): -6148146 or 13512610. OLE color: 13512610.

HSL color Cylindrical-coordinate representation of color #A22FCE: hue angle of 283.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22FCE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 47 206 -
CMYK 0.21 0.77 0 0.19
HSL 283.4º 0.63% 0.5% -
HSV(B) 283.4º 0.77% 0.81% -
XYZ 27.06 14.17 59.7 -
YUV 99.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 162 47 206 0.21 0.77 0 0.19 283.4 0.63 0.5
Hex A2 2F CE 15 4D 0 13 11B 3F 32
Octal 242 57 316 25 115 0 23 433 77 62
Binary 10100010 101111 11001110 10101 1001101 0 10011 100011011 111111 110010

Color Harmonies of #A22FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FCE

Black with #A22FCE

Text Example


Text Example

White with #A22FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FCE; }

 p { color: rgb(162,47,206); }

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

background-color css

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

 a { background-color: rgb(162,47,206); }

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

border-color css

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

 span { border-color: rgb(162,47,206); }

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