Html Css Color HEX #A820CF Dark Orchid

📋 copy color: '#A820CF'

red 168 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #A820CF

Tints of Dark Orchid #A820CF

RGB

 RED value IS 168 (66.02% from 255) = 41.28%

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 41.28%
G = 7.86%
B = 50.86%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A820CF (or 0xA820CF) is known color: Dark Orchid. HEX triplet: A8, 20 and CF. RGB value is (168,32,207). Sum of RGB (Red+Green+Blue) = 168+32+207=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A820CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820CF is #57DF30. Grayscale: #5C5C5C. Windows color (decimal): -5758769 or 13574312. OLE color: 13574312.

HSL color Cylindrical-coordinate representation of color #A820CF: hue angle of 286.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A820CF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 32 207 -
CMYK 0.19 0.85 0 0.19
HSL 286.63º 0.73% 0.47% -
HSV(B) 286.63º 0.85% 0.81% -
XYZ 27.93 13.86 60.24 -
YUV 92.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 168 32 207 0.19 0.85 0 0.19 286.63 0.73 0.47
Hex A8 20 CF 13 55 0 13 11F 49 2F
Octal 250 40 317 23 125 0 23 437 111 57
Binary 10101000 100000 11001111 10011 1010101 0 10011 100011111 1001001 101111

Color Harmonies of #A820CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820CF

Black with #A820CF

Text Example


Text Example

White with #A820CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820CF; }

 p { color: rgb(168,32,207); }

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

background-color css

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

 a { background-color: rgb(168,32,207); }

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

border-color css

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

 span { border-color: rgb(168,32,207); }

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