Html Css Color HEX #A920CC Dark Orchid

📋 copy color: '#A920CC'

red 169 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #A920CC

Tints of Dark Orchid #A920CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 41.73%
G = 7.9%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A920CC (or 0xA920CC) is known color: Dark Orchid. HEX triplet: A9, 20 and CC. RGB value is (169,32,204). Sum of RGB (Red+Green+Blue) = 169+32+204=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A920CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920CC is #56DF33. Grayscale: #5C5C5C. Windows color (decimal): -5693236 or 13377705. OLE color: 13377705.

HSL color Cylindrical-coordinate representation of color #A920CC: hue angle of 287.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A920CC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 32 204 -
CMYK 0.17 0.84 0 0.2
HSL 287.79º 0.73% 0.46% -
HSV(B) 287.79º 0.84% 0.8% -
XYZ 27.78 13.83 58.33 -
YUV 92.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 169 32 204 0.17 0.84 0 0.2 287.79 0.73 0.46
Hex A9 20 CC 11 54 0 14 120 49 2E
Octal 251 40 314 21 124 0 24 440 111 56
Binary 10101001 100000 11001100 10001 1010100 0 10100 100100000 1001001 101110

Color Harmonies of #A920CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920CC

Black with #A920CC

Text Example


Text Example

White with #A920CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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