Html Css Color HEX #AB6EAE Violet Blue

📋 copy color: '#AB6EAE'

red 171 ◦ green 110 ◦ blue 174

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

Shades of Violet Blue #AB6EAE

Tints of Violet Blue #AB6EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

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

R = 37.58%
G = 24.18%
B = 38.24%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB6EAE (or 0xAB6EAE) is known color: Violet Blue. HEX triplet: AB, 6E and AE. RGB value is (171,110,174). Sum of RGB (Red+Green+Blue) = 171+110+174=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6EAE is #549151. Grayscale: #878787. Windows color (decimal): -5542226 or 11431595. OLE color: 11431595.

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

Color convert

RGB 171 110 174 -
CMYK 0.02 0.37 0 0.32
HSL 297.19º 0.28% 0.56% -
HSV(B) 297.19º 0.37% 0.68% -
XYZ 30.01 22.87 42.88 -
YUV 135.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 171 110 174 0.02 0.37 0 0.32 297.19 0.28 0.56
Hex AB 6E AE 2 25 0 20 129 1C 38
Octal 253 156 256 2 45 0 40 451 34 70
Binary 10101011 1101110 10101110 10 100101 0 100000 100101001 11100 111000

Color Harmonies of #AB6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EAE

Black with #AB6EAE

Text Example


Text Example

White with #AB6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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