Html Css Color HEX #A122CE Dark Orchid

📋 copy color: '#A122CE'

red 161 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #A122CE

Tints of Dark Orchid #A122CE

RGB

 RED value IS 161 (63.28% from 255) = 40.15%

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

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

R = 40.15%
G = 8.48%
B = 51.37%

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

#A122CE (or 0xA122CE) is known color: Dark Orchid. HEX triplet: A1, 22 and CE. RGB value is (161,34,206). Sum of RGB (Red+Green+Blue) = 161+34+206=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A122CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122CE is #5EDD31. Grayscale: #5B5B5B. Windows color (decimal): -6217010 or 13509281. OLE color: 13509281.

HSL color Cylindrical-coordinate representation of color #A122CE: hue angle of 284.3º 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 #A122CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 34 206 -
CMYK 0.22 0.83 0 0.19
HSL 284.3º 0.72% 0.47% -
HSV(B) 284.3º 0.83% 0.81% -
XYZ 26.41 13.18 59.54 -
YUV 91.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 161 34 206 0.22 0.83 0 0.19 284.3 0.72 0.47
Hex A1 22 CE 16 53 0 13 11C 48 2F
Octal 241 42 316 26 123 0 23 434 110 57
Binary 10100001 100010 11001110 10110 1010011 0 10011 100011100 1001000 101111

Color Harmonies of #A122CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122CE

Black with #A122CE

Text Example


Text Example

White with #A122CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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