Html Css Color HEX #A922DB Dark Orchid

📋 copy color: '#A922DB'

red 169 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #A922DB

Tints of Dark Orchid #A922DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 40.05%
G = 8.06%
B = 51.9%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A922DB (or 0xA922DB) is known color: Dark Orchid. HEX triplet: A9, 22 and DB. RGB value is (169,34,219). Sum of RGB (Red+Green+Blue) = 169+34+219=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #A922DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A922DB is #56DD24. Grayscale: #5E5E5E. Windows color (decimal): -5692709 or 14361257. OLE color: 14361257.

HSL color Cylindrical-coordinate representation of color #A922DB: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A922DB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 34 219 -
CMYK 0.23 0.84 0 0.14
HSL 283.78º 0.73% 0.5% -
HSV(B) 283.78º 0.84% 0.86% -
XYZ 29.72 14.69 68.29 -
YUV 95.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 169 34 219 0.23 0.84 0 0.14 283.78 0.73 0.5
Hex A9 22 DB 17 54 0 E 11C 49 32
Octal 251 42 333 27 124 0 16 434 111 62
Binary 10101001 100010 11011011 10111 1010100 0 1110 100011100 1001001 110010

Color Harmonies of #A922DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A922DB

Black with #A922DB

Text Example


Text Example

White with #A922DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A922DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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