#A71ACB

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

Shades of Dark Orchid #A71ACB

Tints of Dark Orchid #A71ACB

Color information

#A71ACB (or 0xA71ACB) is unknown color: approx Dark Orchid. HEX triplet: A7, 1A and CB. RGB value is (167,26,203). Sum of RGB (Red+Green+Blue) = 167+26+203=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A71ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ACB is #58E534. Grayscale: #575757. Windows color (decimal): -5825845 or 13310631. OLE color: 13310631.

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

Color convert

RGB16726203-
CMYK0.180.8700.20
HSL287.8º77.29%44.9%-
HSV(B)287.8º87.19%79.61%-
XYZ27.0913.2757.63-
YUV88.34192.71184.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 26 (10.55% from 255) = 6.57%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=42.17%
G=6.57%
B=51.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167262030.180.8700.20287.877.2944.9
HexA71ACB12570141204d2d
Octal247323132212702444011555
Binary1010011111010110010111001010101110101001001000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71ACB; }

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

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

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

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

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

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

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

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