Html Css Color HEX #A022CE Dark Orchid

📋 copy color: '#A022CE'

red 160 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #A022CE

Tints of Dark Orchid #A022CE

RGB

 RED value IS 160 (62.89% from 255) = 40%

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 40%
G = 8.5%
B = 51.5%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A022CE (or 0xA022CE) is known color: Dark Orchid. HEX triplet: A0, 22 and CE. RGB value is (160,34,206). Sum of RGB (Red+Green+Blue) = 160+34+206=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #A022CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022CE is #5FDD31. Grayscale: #5A5A5A. Windows color (decimal): -6282546 or 13509280. OLE color: 13509280.

HSL color Cylindrical-coordinate representation of color #A022CE: hue angle of 283.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A022CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 34 206 -
CMYK 0.22 0.83 0 0.19
HSL 283.95º 0.72% 0.47% -
HSV(B) 283.95º 0.83% 0.81% -
XYZ 26.21 13.07 59.53 -
YUV 91.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 160 34 206 0.22 0.83 0 0.19 283.95 0.72 0.47
Hex A0 22 CE 16 53 0 13 11C 48 2F
Octal 240 42 316 26 123 0 23 434 110 57
Binary 10100000 100010 11001110 10110 1010011 0 10011 100011100 1001000 101111

Color Harmonies of #A022CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022CE

Black with #A022CE

Text Example


Text Example

White with #A022CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022CE; }

 p { color: rgb(160,34,206); }

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

background-color css

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

 a { background-color: rgb(160,34,206); }

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

border-color css

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

 span { border-color: rgb(160,34,206); }

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