Html Css Color HEX #A922CE Dark Orchid

📋 copy color: '#A922CE'

red 169 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #A922CE

Tints of Dark Orchid #A922CE

RGB

 RED value IS 169 (66.41% from 255) = 41.32%

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

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

R = 41.32%
G = 8.31%
B = 50.37%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A922CE (or 0xA922CE) is known color: Dark Orchid. HEX triplet: A9, 22 and CE. RGB value is (169,34,206). Sum of RGB (Red+Green+Blue) = 169+34+206=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #A922CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922CE is #56DD31. Grayscale: #5D5D5D. Windows color (decimal): -5692722 or 13509289. OLE color: 13509289.

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

Color convert

RGB 169 34 206 -
CMYK 0.18 0.83 0 0.19
HSL 287.09º 0.72% 0.47% -
HSV(B) 287.09º 0.83% 0.81% -
XYZ 28.07 14.04 59.62 -
YUV 93.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 169 34 206 0.18 0.83 0 0.19 287.09 0.72 0.47
Hex A9 22 CE 12 53 0 13 11F 48 2F
Octal 251 42 316 22 123 0 23 437 110 57
Binary 10101001 100010 11001110 10010 1010011 0 10011 100011111 1001000 101111

Color Harmonies of #A922CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A922CE

Black with #A922CE

Text Example


Text Example

White with #A922CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A922CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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