Html Css Color HEX #AB6CAC Violet Blue

📋 copy color: '#AB6CAC'

red 171 ◦ green 108 ◦ blue 172

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

Shades of Violet Blue #AB6CAC

Tints of Violet Blue #AB6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.95%

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

R = 37.92%
G = 23.95%
B = 38.14%

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

#AB6CAC (or 0xAB6CAC) is known color: Violet Blue. HEX triplet: AB, 6C and AC. RGB value is (171,108,172). Sum of RGB (Red+Green+Blue) = 171+108+172=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAC is #549353. Grayscale: #858585. Windows color (decimal): -5542740 or 11300011. OLE color: 11300011.

HSL color Cylindrical-coordinate representation of color #AB6CAC: hue angle of 299.06º 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 #AB6CAC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 108 172 -
CMYK 0.01 0.37 0 0.33
HSL 299.06º 0.28% 0.55% -
HSV(B) 299.06º 0.37% 0.67% -
XYZ 29.6 22.36 41.79 -
YUV 134.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 171 108 172 0.01 0.37 0 0.33 299.06 0.28 0.55
Hex AB 6C AC 1 25 0 21 12B 1C 37
Octal 253 154 254 1 45 0 41 453 34 67
Binary 10101011 1101100 10101100 1 100101 0 100001 100101011 11100 110111

Color Harmonies of #AB6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CAC

Black with #AB6CAC

Text Example


Text Example

White with #AB6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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