#AB40CC

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

Shades of Dark Orchid #AB40CC

Tints of Dark Orchid #AB40CC

Color information

#AB40CC (or 0xAB40CC) is unknown color: approx Dark Orchid. HEX triplet: AB, 40 and CC. RGB value is (171,64,204). Sum of RGB (Red+Green+Blue) = 171+64+204=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40CC is #54BF33. Grayscale: #6F6F6F. Windows color (decimal): -5553972 or 13385899. OLE color: 13385899.

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

Color convert

RGB17164204-
CMYK0.160.6900.2
HSL285.86º57.85%52.55%-
HSV(B)285.86º68.63%80%-
XYZ29.5316.6858.79-
YUV111.95179.95170.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=38.95%
G=14.58%
B=46.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171642040.160.6900.2285.8657.8552.55
HexAB40CC104501411e3a35
Octal253100314201050244367265
Binary10101011100000011001100100001000101010100100011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40CC; }

 p { color: rgb(171,64,204); }

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

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

 a { background-color: rgb(171,64,204); }

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

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

 span { border-color: rgb(171,64,204); }

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