#AB34B6

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

Shades of Dark Orchid #AB34B6

Tints of Dark Orchid #AB34B6

Color information

#AB34B6 (or 0xAB34B6) is unknown color: approx Dark Orchid. HEX triplet: AB, 34 and B6. RGB value is (171,52,182). Sum of RGB (Red+Green+Blue) = 171+52+182=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB34B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34B6 is #54CB49. Grayscale: #656565. Windows color (decimal): -5557066 or 11941035. OLE color: 11941035.

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

Color convert

RGB17152182-
CMYK0.060.7100.29
HSL294.92º55.56%45.88%-
HSV(B)294.92º71.43%71.37%-
XYZ26.4714.4945.66-
YUV102.4172.92176.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=42.22%
G=12.84%
B=44.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171521820.060.7100.29294.9255.5645.88
HexAB34B664701D127382e
Octal2536426661070354477056
Binary10101011110100101101101101000111011101100100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB34B6; }

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

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

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

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

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

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

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

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