Html Css Color HEX #A920DA Dark Orchid

📋 copy color: '#A920DA'

red 169 ◦ green 32 ◦ blue 218

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

Shades of Dark Orchid #A920DA

Tints of Dark Orchid #A920DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 40.33%
G = 7.64%
B = 52.03%

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

#A920DA (or 0xA920DA) is known color: Dark Orchid. HEX triplet: A9, 20 and DA. RGB value is (169,32,218). Sum of RGB (Red+Green+Blue) = 169+32+218=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A920DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920DA is #56DF25. Grayscale: #5D5D5D. Windows color (decimal): -5693222 or 14295209. OLE color: 14295209.

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

Color convert

RGB 169 32 218 -
CMYK 0.22 0.85 0 0.15
HSL 284.19º 0.74% 0.49% -
HSV(B) 284.19º 0.85% 0.85% -
XYZ 29.53 14.53 67.58 -
YUV 94.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 169 32 218 0.22 0.85 0 0.15 284.19 0.74 0.49
Hex A9 20 DA 16 55 0 F 11C 4A 31
Octal 251 40 332 26 125 0 17 434 112 61
Binary 10101001 100000 11011010 10110 1010101 0 1111 100011100 1001010 110001

Color Harmonies of #A920DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920DA

Black with #A920DA

Text Example


Text Example

White with #A920DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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