#AB2BAF

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

Shades of Dark Orchid #AB2BAF

Tints of Dark Orchid #AB2BAF

Color information

#AB2BAF (or 0xAB2BAF) is unknown color: approx Dark Orchid. HEX triplet: AB, 2B and AF. RGB value is (171,43,175). Sum of RGB (Red+Green+Blue) = 171+43+175=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB2BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BAF is #54D450. Grayscale: #5F5F5F. Windows color (decimal): -5559377 or 11479979. OLE color: 11479979.

HSL color Cylindrical-coordinate representation of color #AB2BAF: hue angle of 298.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2BAF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17143175-
CMYK0.020.7500.31
HSL298.18º60.55%42.75%-
HSV(B)298.18º75.43%68.63%-
XYZ25.413.4841.82-
YUV96.32172.41181.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 43 (17.19% from 255) = 11.05%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=43.96%
G=11.05%
B=44.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171431750.020.7500.31298.1860.5542.75
HexAB2BAF24B01F12a3d2b
Octal2535325721130374527553
Binary1010101110101110101111101001011011111100101010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2BAF; }

 p { color: rgb(171,43,175); }

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

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

 a { background-color: rgb(171,43,175); }

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

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

 span { border-color: rgb(171,43,175); }

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