Html Css Color HEX #AB55AB Violet Blue

📋 copy color: '#AB55AB'

red 171 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #AB55AB

Tints of Violet Blue #AB55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 40.05%
G = 19.91%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB55AB (or 0xAB55AB) is known color: Violet Blue. HEX triplet: AB, 55 and AB. RGB value is (171,85,171). Sum of RGB (Red+Green+Blue) = 171+85+171=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55AB is #54AA54. Grayscale: #787878. Windows color (decimal): -5548629 or 11228587. OLE color: 11228587.

HSL color Cylindrical-coordinate representation of color #AB55AB: hue angle of 300º 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 #AB55AB is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 171 -
CMYK 0 0.50 0 0.33
HSL 300º 0.34% 0.5% -
HSV(B) 300º 0.5% 0.67% -
XYZ 27.39 18.1 40.58 -
YUV 120.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 171 85 171 0 0.50 0 0.33 300 0.34 0.5
Hex AB 55 AB 0 32 0 21 12C 22 32
Octal 253 125 253 0 62 0 41 454 42 62
Binary 10101011 1010101 10101011 0 110010 0 100001 100101100 100010 110010

Color Harmonies of #AB55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55AB

Black with #AB55AB

Text Example


Text Example

White with #AB55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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