Html Css Color HEX #AB5BAC Violet Blue

📋 copy color: '#AB5BAC'

red 171 ◦ green 91 ◦ blue 172

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

Shades of Violet Blue #AB5BAC

Tints of Violet Blue #AB5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.97%

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

R = 39.4%
G = 20.97%
B = 39.63%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB5BAC (or 0xAB5BAC) is known color: Violet Blue. HEX triplet: AB, 5B and AC. RGB value is (171,91,172). Sum of RGB (Red+Green+Blue) = 171+91+172=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BAC is #54A453. Grayscale: #7B7B7B. Windows color (decimal): -5547092 or 11295659. OLE color: 11295659.

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

Color convert

RGB 171 91 172 -
CMYK 0.01 0.47 0 0.33
HSL 299.26º 0.33% 0.52% -
HSV(B) 299.26º 0.47% 0.67% -
XYZ 27.98 19.12 41.25 -
YUV 124.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 171 91 172 0.01 0.47 0 0.33 299.26 0.33 0.52
Hex AB 5B AC 1 2F 0 21 12B 21 34
Octal 253 133 254 1 57 0 41 453 41 64
Binary 10101011 1011011 10101100 1 101111 0 100001 100101011 100001 110100

Color Harmonies of #AB5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BAC

Black with #AB5BAC

Text Example


Text Example

White with #AB5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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