Html Css Color HEX #A721CC Dark Orchid

📋 copy color: '#A721CC'

red 167 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #A721CC

Tints of Dark Orchid #A721CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 41.34%
G = 8.17%
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

#A721CC (or 0xA721CC) is known color: Dark Orchid. HEX triplet: A7, 21 and CC. RGB value is (167,33,204). Sum of RGB (Red+Green+Blue) = 167+33+204=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 33 (13.28% from 255 or 8.17% 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 #A721CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721CC is #58DE33. Grayscale: #5C5C5C. Windows color (decimal): -5824052 or 13377959. OLE color: 13377959.

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

Color convert

RGB 167 33 204 -
CMYK 0.18 0.84 0 0.2
HSL 287.02º 0.72% 0.46% -
HSV(B) 287.02º 0.84% 0.8% -
XYZ 27.38 13.66 58.32 -
YUV 92.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 167 33 204 0.18 0.84 0 0.2 287.02 0.72 0.46
Hex A7 21 CC 12 54 0 14 11F 48 2E
Octal 247 41 314 22 124 0 24 437 110 56
Binary 10100111 100001 11001100 10010 1010100 0 10100 100011111 1001000 101110

Color Harmonies of #A721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721CC

Black with #A721CC

Text Example


Text Example

White with #A721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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