Html Css Color HEX #A72FCC Dark Orchid

📋 copy color: '#A72FCC'

red 167 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #A72FCC

Tints of Dark Orchid #A72FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

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

R = 39.95%
G = 11.24%
B = 48.8%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A72FCC (or 0xA72FCC) is known color: Dark Orchid. HEX triplet: A7, 2F and CC. RGB value is (167,47,204). Sum of RGB (Red+Green+Blue) = 167+47+204=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #A72FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FCC is #58D033. Grayscale: #646464. Windows color (decimal): -5820468 or 13381543. OLE color: 13381543.

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

Color convert

RGB 167 47 204 -
CMYK 0.18 0.77 0 0.2
HSL 285.86º 0.63% 0.49% -
HSV(B) 285.86º 0.77% 0.8% -
XYZ 27.85 14.61 58.48 -
YUV 100.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 167 47 204 0.18 0.77 0 0.2 285.86 0.63 0.49
Hex A7 2F CC 12 4D 0 14 11E 3F 31
Octal 247 57 314 22 115 0 24 436 77 61
Binary 10100111 101111 11001100 10010 1001101 0 10100 100011110 111111 110001

Color Harmonies of #A72FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FCC

Black with #A72FCC

Text Example


Text Example

White with #A72FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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