Html Css Color HEX #A22FCC Dark Orchid

📋 copy color: '#A22FCC'

red 162 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #A22FCC

Tints of Dark Orchid #A22FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 39.23%
G = 11.38%
B = 49.39%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A22FCC (or 0xA22FCC) is known color: Dark Orchid. HEX triplet: A2, 2F and CC. RGB value is (162,47,204). Sum of RGB (Red+Green+Blue) = 162+47+204=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A22FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FCC is #5DD033. Grayscale: #626262. Windows color (decimal): -6148148 or 13381538. OLE color: 13381538.

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

Color convert

RGB 162 47 204 -
CMYK 0.21 0.77 0 0.2
HSL 283.95º 0.63% 0.49% -
HSV(B) 283.95º 0.77% 0.8% -
XYZ 26.82 14.07 58.43 -
YUV 99.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 162 47 204 0.21 0.77 0 0.2 283.95 0.63 0.49
Hex A2 2F CC 15 4D 0 14 11C 3F 31
Octal 242 57 314 25 115 0 24 434 77 61
Binary 10100010 101111 11001100 10101 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A22FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FCC

Black with #A22FCC

Text Example


Text Example

White with #A22FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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