Html Css Color HEX #AB4FAB Violet Blue

📋 copy color: '#AB4FAB'

red 171 ◦ green 79 ◦ blue 171

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

Shades of Violet Blue #AB4FAB

Tints of Violet Blue #AB4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

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

R = 40.62%
G = 18.76%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB4FAB (or 0xAB4FAB) is known color: Violet Blue. HEX triplet: AB, 4F and AB. RGB value is (171,79,171). Sum of RGB (Red+Green+Blue) = 171+79+171=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB4FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FAB is #54B054. Grayscale: #747474. Windows color (decimal): -5550165 or 11227051. OLE color: 11227051.

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

Color convert

RGB 171 79 171 -
CMYK 0 0.54 0 0.33
HSL 300º 0.37% 0.49% -
HSV(B) 300º 0.54% 0.67% -
XYZ 26.94 17.19 40.43 -
YUV 117 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 171 79 171 0 0.54 0 0.33 300 0.37 0.49
Hex AB 4F AB 0 36 0 21 12C 25 31
Octal 253 117 253 0 66 0 41 454 45 61
Binary 10101011 1001111 10101011 0 110110 0 100001 100101100 100101 110001

Color Harmonies of #AB4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FAB

Black with #AB4FAB

Text Example


Text Example

White with #AB4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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