Html Css Color HEX #AB5CAC Violet Blue

📋 copy color: '#AB5CAC'

red 171 ◦ green 92 ◦ blue 172

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

Shades of Violet Blue #AB5CAC

Tints of Violet Blue #AB5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 39.31%
G = 21.15%
B = 39.54%

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

#AB5CAC (or 0xAB5CAC) is known color: Violet Blue. HEX triplet: AB, 5C and AC. RGB value is (171,92,172). Sum of RGB (Red+Green+Blue) = 171+92+172=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5CAC is #54A353. Grayscale: #7C7C7C. Windows color (decimal): -5546836 or 11295915. OLE color: 11295915.

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

Color convert

RGB 171 92 172 -
CMYK 0.01 0.47 0 0.33
HSL 299.25º 0.33% 0.52% -
HSV(B) 299.25º 0.47% 0.67% -
XYZ 28.07 19.29 41.27 -
YUV 124.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 171 92 172 0.01 0.47 0 0.33 299.25 0.33 0.52
Hex AB 5C AC 1 2F 0 21 12B 21 34
Octal 253 134 254 1 57 0 41 453 41 64
Binary 10101011 1011100 10101100 1 101111 0 100001 100101011 100001 110100

Color Harmonies of #AB5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CAC

Black with #AB5CAC

Text Example


Text Example

White with #AB5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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