Html Css Color HEX #AB4DAF Violet Blue

📋 copy color: '#AB4DAF'

red 171 ◦ green 77 ◦ blue 175

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

Shades of Violet Blue #AB4DAF

Tints of Violet Blue #AB4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 40.43%
G = 18.2%
B = 41.37%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB4DAF (or 0xAB4DAF) is known color: Violet Blue. HEX triplet: AB, 4D and AF. RGB value is (171,77,175). Sum of RGB (Red+Green+Blue) = 171+77+175=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DAF is #54B250. Grayscale: #737373. Windows color (decimal): -5550673 or 11488683. OLE color: 11488683.

HSL color Cylindrical-coordinate representation of color #AB4DAF: hue angle of 297.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4DAF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 77 175 -
CMYK 0.02 0.56 0 0.31
HSL 297.55º 0.39% 0.49% -
HSV(B) 297.55º 0.56% 0.69% -
XYZ 27.19 17.06 42.42 -
YUV 116.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 171 77 175 0.02 0.56 0 0.31 297.55 0.39 0.49
Hex AB 4D AF 2 38 0 1F 12A 27 31
Octal 253 115 257 2 70 0 37 452 47 61
Binary 10101011 1001101 10101111 10 111000 0 11111 100101010 100111 110001

Color Harmonies of #AB4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DAF

Black with #AB4DAF

Text Example


Text Example

White with #AB4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DAF; }

 p { color: rgb(171,77,175); }

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

background-color css

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

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

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

border-color css

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

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

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