#AB23CC

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

Shades of Dark Orchid #AB23CC

Tints of Dark Orchid #AB23CC

Color information

#AB23CC (or 0xAB23CC) is unknown color: approx Dark Orchid. HEX triplet: AB, 23 and CC. RGB value is (171,35,204). Sum of RGB (Red+Green+Blue) = 171+35+204=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23CC is #54DC33. Grayscale: #5E5E5E. Windows color (decimal): -5561396 or 13378475. OLE color: 13378475.

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

Color convert

RGB17135204-
CMYK0.160.8300.2
HSL288.28º70.71%46.86%-
HSV(B)288.28º82.84%80%-
XYZ28.2914.2258.38-
YUV94.93189.56182.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 35 (14.06% from 255) = 8.54%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=41.71%
G=8.54%
B=49.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171352040.160.8300.2288.2870.7146.86
HexAB23CC1053014120472f
Octal253433142012302444010757
Binary10101011100011110011001000010100110101001001000001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB23CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB23CC; }

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

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

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

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

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

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

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

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