Html Css Color HEX #AB4BAB Violet Blue

📋 copy color: '#AB4BAB'

red 171 ◦ green 75 ◦ blue 171

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

Shades of Violet Blue #AB4BAB

Tints of Violet Blue #AB4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 41.01%
G = 17.99%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB4BAB (or 0xAB4BAB) is known color: Violet Blue. HEX triplet: AB, 4B and AB. RGB value is (171,75,171). Sum of RGB (Red+Green+Blue) = 171+75+171=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BAB is #54B454. Grayscale: #727272. Windows color (decimal): -5551189 or 11226027. OLE color: 11226027.

HSL color Cylindrical-coordinate representation of color #AB4BAB: hue angle of 300º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4BAB is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 171 -
CMYK 0 0.56 0 0.33
HSL 300º 0.39% 0.48% -
HSV(B) 300º 0.56% 0.67% -
XYZ 26.66 16.63 40.33 -
YUV 114.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 171 75 171 0 0.56 0 0.33 300 0.39 0.48
Hex AB 4B AB 0 38 0 21 12C 27 30
Octal 253 113 253 0 70 0 41 454 47 60
Binary 10101011 1001011 10101011 0 111000 0 100001 100101100 100111 110000

Color Harmonies of #AB4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BAB

Black with #AB4BAB

Text Example


Text Example

White with #AB4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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