#A72FCB

Color #A72FCB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A72FCB

Tints of Dark Orchid #A72FCB

Color information

#A72FCB (or 0xA72FCB) is unknown color: approx Dark Orchid. HEX triplet: A7, 2F and CB. RGB value is (167,47,203). Sum of RGB (Red+Green+Blue) = 167+47+203=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #A72FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FCB is #58D034. Grayscale: #646464. Windows color (decimal): -5820469 or 13316007. OLE color: 13316007.

HSL color Cylindrical-coordinate representation of color #A72FCB: hue angle of 286.15º degrees, saturation: 0.62, 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 #A72FCB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16747203-
CMYK0.180.7700.20
HSL286.15º62.4%49.02%-
HSV(B)286.15º76.85%79.61%-
XYZ27.7314.5657.85-
YUV100.66185.76175.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=40.05%
G=11.27%
B=48.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167472030.180.7700.20286.1562.449.02
HexA72FCB124D01411e3e31
Octal24757313221150244367661
Binary1010011110111111001011100101001101010100100011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72FCB; }

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

 H1.HeaderClassName
 {
   color: #A72FCB;
 }
 .AnyTagClassName
 {
   color: #A72FCB;
 }
</style>
background-color css

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

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

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

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

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

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