#AB34B1

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

Shades of Dark Orchid #AB34B1

Tints of Dark Orchid #AB34B1

Color information

#AB34B1 (or 0xAB34B1) is unknown color: approx Dark Orchid. HEX triplet: AB, 34 and B1. RGB value is (171,52,177). Sum of RGB (Red+Green+Blue) = 171+52+177=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB34B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34B1 is #54CB4E. Grayscale: #656565. Windows color (decimal): -5557071 or 11613355. OLE color: 11613355.

HSL color Cylindrical-coordinate representation of color #AB34B1: hue angle of 297.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB34B1 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17152177-
CMYK0.030.7100.31
HSL297.12º54.59%44.9%-
HSV(B)297.12º70.62%69.41%-
XYZ25.9614.2942.98-
YUV101.83170.42177.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=42.75%
G=13%
B=44.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171521770.030.7100.31297.1254.5944.9
HexAB34B134701F129372d
Octal2536426131070374516755
Binary1010101111010010110001111000111011111100101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB34B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB34B1; }

 p { color: rgb(171,52,177); }

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

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

 a { background-color: rgb(171,52,177); }

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

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

 span { border-color: rgb(171,52,177); }

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