Html Css Color HEX #AB6EAC Violet Blue

📋 copy color: '#AB6EAC'

red 171 ◦ green 110 ◦ blue 172

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

Shades of Violet Blue #AB6EAC

Tints of Violet Blue #AB6EAC

RGB

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

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

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

R = 37.75%
G = 24.28%
B = 37.97%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB6EAC (or 0xAB6EAC) is known color: Violet Blue. HEX triplet: AB, 6E and AC. RGB value is (171,110,172). Sum of RGB (Red+Green+Blue) = 171+110+172=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6EAC is #549153. Grayscale: #878787. Windows color (decimal): -5542228 or 11300523. OLE color: 11300523.

HSL color Cylindrical-coordinate representation of color #AB6EAC: hue angle of 299.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6EAC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 110 172 -
CMYK 0.01 0.36 0 0.33
HSL 299.03º 0.27% 0.55% -
HSV(B) 299.03º 0.36% 0.67% -
XYZ 29.82 22.79 41.86 -
YUV 135.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 171 110 172 0.01 0.36 0 0.33 299.03 0.27 0.55
Hex AB 6E AC 1 24 0 21 12B 1B 37
Octal 253 156 254 1 44 0 41 453 33 67
Binary 10101011 1101110 10101100 1 100100 0 100001 100101011 11011 110111

Color Harmonies of #AB6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EAC

Black with #AB6EAC

Text Example


Text Example

White with #AB6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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