Html Css Color HEX #AB4FAC Violet Blue

📋 copy color: '#AB4FAC'

red 171 ◦ green 79 ◦ blue 172

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

Shades of Violet Blue #AB4FAC

Tints of Violet Blue #AB4FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 40.52%
G = 18.72%
B = 40.76%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB4FAC (or 0xAB4FAC) is known color: Violet Blue. HEX triplet: AB, 4F and AC. RGB value is (171,79,172). Sum of RGB (Red+Green+Blue) = 171+79+172=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FAC is #54B053. Grayscale: #747474. Windows color (decimal): -5550164 or 11292587. OLE color: 11292587.

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

Color convert

RGB 171 79 172 -
CMYK 0.01 0.54 0 0.33
HSL 299.35º 0.37% 0.49% -
HSV(B) 299.35º 0.54% 0.67% -
XYZ 27.04 17.23 40.93 -
YUV 117.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 171 79 172 0.01 0.54 0 0.33 299.35 0.37 0.49
Hex AB 4F AC 1 36 0 21 12B 25 31
Octal 253 117 254 1 66 0 41 453 45 61
Binary 10101011 1001111 10101100 1 110110 0 100001 100101011 100101 110001

Color Harmonies of #AB4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FAC

Black with #AB4FAC

Text Example


Text Example

White with #AB4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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