#AB23C1

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

Shades of Dark Orchid #AB23C1

Tints of Dark Orchid #AB23C1

Color information

#AB23C1 (or 0xAB23C1) is unknown color: approx Dark Orchid. HEX triplet: AB, 23 and C1. RGB value is (171,35,193). Sum of RGB (Red+Green+Blue) = 171+35+193=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB23C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23C1 is #54DC3E. Grayscale: #5D5D5D. Windows color (decimal): -5561407 or 12657579. OLE color: 12657579.

HSL color Cylindrical-coordinate representation of color #AB23C1: hue angle of 291.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB23C1 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17135193-
CMYK0.110.8200.24
HSL291.65º69.3%44.71%-
HSV(B)291.65º81.87%75.69%-
XYZ27.0213.7151.67-
YUV93.68184.06183.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 8.77%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=42.86%
G=8.77%
B=48.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171351930.110.8200.24291.6569.344.71
HexAB23C1B52018124452d
Octal253433011312203044410555
Binary1010101110001111000001101110100100110001001001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB23C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB23C1; }

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

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

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

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

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

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

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

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