Html Css Color HEX #A920D9 Dark Orchid

📋 copy color: '#A920D9'

red 169 ◦ green 32 ◦ blue 217

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

Shades of Dark Orchid #A920D9

Tints of Dark Orchid #A920D9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

 BLUE value IS 217 (85.16% from 255) = 51.91%

R = 40.43%
G = 7.66%
B = 51.91%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A920D9 (or 0xA920D9) is known color: Dark Orchid. HEX triplet: A9, 20 and D9. RGB value is (169,32,217). Sum of RGB (Red+Green+Blue) = 169+32+217=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #A920D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920D9 is #56DF26. Grayscale: #5D5D5D. Windows color (decimal): -5693223 or 14229673. OLE color: 14229673.

HSL color Cylindrical-coordinate representation of color #A920D9: hue angle of 284.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A920D9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 32 217 -
CMYK 0.22 0.85 0 0.15
HSL 284.43º 0.74% 0.49% -
HSV(B) 284.43º 0.85% 0.85% -
XYZ 29.4 14.48 66.89 -
YUV 94.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 169 32 217 0.22 0.85 0 0.15 284.43 0.74 0.49
Hex A9 20 D9 16 55 0 F 11C 4A 31
Octal 251 40 331 26 125 0 17 434 112 61
Binary 10101001 100000 11011001 10110 1010101 0 1111 100011100 1001010 110001

Color Harmonies of #A920D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920D9

Black with #A920D9

Text Example


Text Example

White with #A920D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920D9; }

 p { color: rgb(169,32,217); }

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

background-color css

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

 a { background-color: rgb(169,32,217); }

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

border-color css

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

 span { border-color: rgb(169,32,217); }

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