Html Css Color HEX #AB73AC Violet Blue

📋 copy color: '#AB73AC'

red 171 ◦ green 115 ◦ blue 172

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

Shades of Violet Blue #AB73AC

Tints of Violet Blue #AB73AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

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

R = 37.34%
G = 25.11%
B = 37.55%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB73AC (or 0xAB73AC) is known color: Violet Blue. HEX triplet: AB, 73 and AC. RGB value is (171,115,172). Sum of RGB (Red+Green+Blue) = 171+115+172=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AC is #548C53. Grayscale: #8A8A8A. Windows color (decimal): -5540948 or 11301803. OLE color: 11301803.

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

Color convert

RGB 171 115 172 -
CMYK 0.01 0.33 0 0.33
HSL 298.95º 0.26% 0.56% -
HSV(B) 298.95º 0.33% 0.67% -
XYZ 30.37 23.9 42.04 -
YUV 138.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 171 115 172 0.01 0.33 0 0.33 298.95 0.26 0.56
Hex AB 73 AC 1 21 0 21 12B 1A 38
Octal 253 163 254 1 41 0 41 453 32 70
Binary 10101011 1110011 10101100 1 100001 0 100001 100101011 11010 111000

Color Harmonies of #AB73AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73AC

Black with #AB73AC

Text Example


Text Example

White with #AB73AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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