Html Css Color HEX #A72CCC Dark Orchid

📋 copy color: '#A72CCC'

red 167 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #A72CCC

Tints of Dark Orchid #A72CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.6%

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

R = 40.24%
G = 10.6%
B = 49.16%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A72CCC (or 0xA72CCC) is known color: Dark Orchid. HEX triplet: A7, 2C and CC. RGB value is (167,44,204). Sum of RGB (Red+Green+Blue) = 167+44+204=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #A72CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CCC is #58D333. Grayscale: #626262. Windows color (decimal): -5821236 or 13380775. OLE color: 13380775.

HSL color Cylindrical-coordinate representation of color #A72CCC: hue angle of 286.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72CCC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 44 204 -
CMYK 0.18 0.78 0 0.2
HSL 286.13º 0.65% 0.49% -
HSV(B) 286.13º 0.78% 0.8% -
XYZ 27.74 14.38 58.44 -
YUV 99.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 167 44 204 0.18 0.78 0 0.2 286.13 0.65 0.49
Hex A7 2C CC 12 4E 0 14 11E 41 31
Octal 247 54 314 22 116 0 24 436 101 61
Binary 10100111 101100 11001100 10010 1001110 0 10100 100011110 1000001 110001

Color Harmonies of #A72CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CCC

Black with #A72CCC

Text Example


Text Example

White with #A72CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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