Html Css Color HEX #A820CD Dark Orchid

📋 copy color: '#A820CD'

red 168 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #A820CD

Tints of Dark Orchid #A820CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 41.48%
G = 7.9%
B = 50.62%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A820CD (or 0xA820CD) is known color: Dark Orchid. HEX triplet: A8, 20 and CD. RGB value is (168,32,205). Sum of RGB (Red+Green+Blue) = 168+32+205=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #A820CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820CD is #57DF32. Grayscale: #5B5B5B. Windows color (decimal): -5758771 or 13443240. OLE color: 13443240.

HSL color Cylindrical-coordinate representation of color #A820CD: hue angle of 287.17º 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 #A820CD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 32 205 -
CMYK 0.18 0.84 0 0.20
HSL 287.17º 0.73% 0.46% -
HSV(B) 287.17º 0.84% 0.8% -
XYZ 27.68 13.77 58.96 -
YUV 92.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 168 32 205 0.18 0.84 0 0.20 287.17 0.73 0.46
Hex A8 20 CD 12 54 0 14 11F 49 2E
Octal 250 40 315 22 124 0 24 437 111 56
Binary 10101000 100000 11001101 10010 1010100 0 10100 100011111 1001001 101110

Color Harmonies of #A820CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820CD

Black with #A820CD

Text Example


Text Example

White with #A820CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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