Html Css Color HEX #AB4FAE Violet Blue

📋 copy color: '#AB4FAE'

red 171 ◦ green 79 ◦ blue 174

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

Shades of Violet Blue #AB4FAE

Tints of Violet Blue #AB4FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 40.33%
G = 18.63%
B = 41.04%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB4FAE (or 0xAB4FAE) is known color: Violet Blue. HEX triplet: AB, 4F and AE. RGB value is (171,79,174). Sum of RGB (Red+Green+Blue) = 171+79+174=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FAE is #54B051. Grayscale: #757575. Windows color (decimal): -5550162 or 11423659. OLE color: 11423659.

HSL color Cylindrical-coordinate representation of color #AB4FAE: hue angle of 298.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4FAE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 79 174 -
CMYK 0.02 0.55 0 0.32
HSL 298.11º 0.38% 0.5% -
HSV(B) 298.11º 0.55% 0.68% -
XYZ 27.23 17.31 41.95 -
YUV 117.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 171 79 174 0.02 0.55 0 0.32 298.11 0.38 0.5
Hex AB 4F AE 2 37 0 20 12A 26 32
Octal 253 117 256 2 67 0 40 452 46 62
Binary 10101011 1001111 10101110 10 110111 0 100000 100101010 100110 110010

Color Harmonies of #AB4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4FAE

Black with #AB4FAE

Text Example


Text Example

White with #AB4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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