Html Css Color HEX #A720CC Dark Orchid

📋 copy color: '#A720CC'

red 167 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #A720CC

Tints of Dark Orchid #A720CC

RGB

 RED value IS 167 (65.63% from 255) = 41.44%

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

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

R = 41.44%
G = 7.94%
B = 50.62%

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

#A720CC (or 0xA720CC) is known color: Dark Orchid. HEX triplet: A7, 20 and CC. RGB value is (167,32,204). Sum of RGB (Red+Green+Blue) = 167+32+204=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #A720CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720CC is #58DF33. Grayscale: #5B5B5B. Windows color (decimal): -5824308 or 13377703. OLE color: 13377703.

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

Color convert

RGB 167 32 204 -
CMYK 0.18 0.84 0 0.2
HSL 287.09º 0.73% 0.46% -
HSV(B) 287.09º 0.84% 0.8% -
XYZ 27.35 13.61 58.31 -
YUV 91.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 167 32 204 0.18 0.84 0 0.2 287.09 0.73 0.46
Hex A7 20 CC 12 54 0 14 11F 49 2E
Octal 247 40 314 22 124 0 24 437 111 56
Binary 10100111 100000 11001100 10010 1010100 0 10100 100011111 1001001 101110

Color Harmonies of #A720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720CC

Black with #A720CC

Text Example


Text Example

White with #A720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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