Html Css Color HEX #AB6DAC Violet Blue

📋 copy color: '#AB6DAC'

red 171 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #AB6DAC

Tints of Violet Blue #AB6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

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

R = 37.83%
G = 24.12%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB6DAC (or 0xAB6DAC) is known color: Violet Blue. HEX triplet: AB, 6D and AC. RGB value is (171,109,172). Sum of RGB (Red+Green+Blue) = 171+109+172=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DAC is #549253. Grayscale: #868686. Windows color (decimal): -5542484 or 11300267. OLE color: 11300267.

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

Color convert

RGB 171 109 172 -
CMYK 0.01 0.37 0 0.33
HSL 299.05º 0.28% 0.55% -
HSV(B) 299.05º 0.37% 0.67% -
XYZ 29.71 22.57 41.82 -
YUV 134.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 171 109 172 0.01 0.37 0 0.33 299.05 0.28 0.55
Hex AB 6D AC 1 25 0 21 12B 1C 37
Octal 253 155 254 1 45 0 41 453 34 67
Binary 10101011 1101101 10101100 1 100101 0 100001 100101011 11100 110111

Color Harmonies of #AB6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DAC

Black with #AB6DAC

Text Example


Text Example

White with #AB6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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