#AB23AE

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

Shades of Dark Orchid #AB23AE

Tints of Dark Orchid #AB23AE

Color information

#AB23AE (or 0xAB23AE) is unknown color: approx Dark Orchid. HEX triplet: AB, 23 and AE. RGB value is (171,35,174). Sum of RGB (Red+Green+Blue) = 171+35+174=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AE is #54DC51. Grayscale: #5B5B5B. Windows color (decimal): -5561426 or 11412395. OLE color: 11412395.

HSL color Cylindrical-coordinate representation of color #AB23AE: hue angle of 298.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23AE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17135174-
CMYK0.020.8000.32
HSL298.71º66.51%40.98%-
HSV(B)298.71º79.89%68.24%-
XYZ25.0412.9241.22-
YUV91.51174.56184.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 35 (14.06% from 255) = 9.21%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=45%
G=9.21%
B=45.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171351740.020.8000.32298.7166.5140.98
HexAB23AE25002012b4329
Octal25343256212004045310351
Binary101010111000111010111010101000001000001001010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB23AE; }

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

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

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

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

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

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

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

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