#AB33B4

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

Shades of Dark Orchid #AB33B4

Tints of Dark Orchid #AB33B4

Color information

#AB33B4 (or 0xAB33B4) is unknown color: approx Dark Orchid. HEX triplet: AB, 33 and B4. RGB value is (171,51,180). Sum of RGB (Red+Green+Blue) = 171+51+180=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB33B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33B4 is #54CC4B. Grayscale: #656565. Windows color (decimal): -5557324 or 11809707. OLE color: 11809707.

HSL color Cylindrical-coordinate representation of color #AB33B4: hue angle of 295.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB33B4 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17151180-
CMYK0.050.7200.29
HSL295.81º55.84%45.29%-
HSV(B)295.81º71.67%70.59%-
XYZ26.2214.3244.56-
YUV101.59172.26177.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=42.54%
G=12.69%
B=44.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171511800.050.7200.29295.8155.8445.29
HexAB33B454801D128382d
Octal2536326451100354507055
Binary10101011110011101101001011001000011101100101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB33B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB33B4; }

 p { color: rgb(171,51,180); }

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

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

 a { background-color: rgb(171,51,180); }

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

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

 span { border-color: rgb(171,51,180); }

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