#AB36B1

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

Shades of Dark Orchid #AB36B1

Tints of Dark Orchid #AB36B1

Color information

#AB36B1 (or 0xAB36B1) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and B1. RGB value is (171,54,177). Sum of RGB (Red+Green+Blue) = 171+54+177=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB36B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB36B1 is #54C94E. Grayscale: #666666. Windows color (decimal): -5556559 or 11613867. OLE color: 11613867.

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

Color convert

RGB17154177-
CMYK0.030.6900.31
HSL297.07º53.25%45.29%-
HSV(B)297.07º69.49%69.41%-
XYZ26.0514.4743.02-
YUV103169.76176.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=42.54%
G=13.43%
B=44.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171541770.030.6900.31297.0753.2545.29
HexAB36B134501F129352d
Octal2536626131050374516555
Binary1010101111011010110001111000101011111100101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36B1; }

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

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

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

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

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

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

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

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