Html Css Color HEX #AB55A8 Violet Blue

📋 copy color: '#AB55A8'

red 171 ◦ green 85 ◦ blue 168

#AB55A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AB55A8

Tints of Violet Blue #AB55A8

RGB

 RED value IS 171 (67.19% from 255) = 40.33%

 GREEN value IS 85 (33.59% from 255) = 20.05%

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 40.33%
G = 20.05%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB55A8 (or 0xAB55A8) is known color: Violet Blue. HEX triplet: AB, 55 and A8. RGB value is (171,85,168). Sum of RGB (Red+Green+Blue) = 171+85+168=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB55A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55A8 is #54AA57. Grayscale: #777777. Windows color (decimal): -5548632 or 11031979. OLE color: 11031979.

HSL color Cylindrical-coordinate representation of color #AB55A8: hue angle of 302.09º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB55A8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 168 -
CMYK 0 0.50 0.02 0.33
HSL 302.09º 0.34% 0.5% -
HSV(B) 302.09º 0.5% 0.67% -
XYZ 27.11 17.98 39.09 -
YUV 120.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 171 85 168 0 0.50 0.02 0.33 302.09 0.34 0.5
Hex AB 55 A8 0 32 2 21 12E 22 32
Octal 253 125 250 0 62 2 41 456 42 62
Binary 10101011 1010101 10101000 0 110010 10 100001 100101110 100010 110010

Color Harmonies of #AB55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55A8

Black with #AB55A8

Text Example


Text Example

White with #AB55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55A8; }

 p { color: rgb(171,85,168); }

 H1.HeaderClassName
 {
   color: #AB55A8;
 }
 .AnyTagClassName
 {
   color: #AB55A8;
 }
</style>

background-color css

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

 a { background-color: rgb(171,85,168); }

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

border-color css

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

 span { border-color: rgb(171,85,168); }

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