Html Css Color HEX #A820CC Dark Orchid

📋 copy color: '#A820CC'

red 168 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #A820CC

Tints of Dark Orchid #A820CC

RGB

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

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

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

R = 41.58%
G = 7.92%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A820CC (or 0xA820CC) is known color: Dark Orchid. HEX triplet: A8, 20 and CC. RGB value is (168,32,204). Sum of RGB (Red+Green+Blue) = 168+32+204=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A820CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820CC is #57DF33. Grayscale: #5B5B5B. Windows color (decimal): -5758772 or 13377704. OLE color: 13377704.

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

Color convert

RGB 168 32 204 -
CMYK 0.18 0.84 0 0.2
HSL 287.44º 0.73% 0.46% -
HSV(B) 287.44º 0.84% 0.8% -
XYZ 27.56 13.72 58.32 -
YUV 92.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 168 32 204 0.18 0.84 0 0.2 287.44 0.73 0.46
Hex A8 20 CC 12 54 0 14 11F 49 2E
Octal 250 40 314 22 124 0 24 437 111 56
Binary 10101000 100000 11001100 10010 1010100 0 10100 100011111 1001001 101110

Color Harmonies of #A820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820CC

Black with #A820CC

Text Example


Text Example

White with #A820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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