Html Css Color HEX #AB75AC Violet Blue

📋 copy color: '#AB75AC'

red 171 ◦ green 117 ◦ blue 172

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

Shades of Violet Blue #AB75AC

Tints of Violet Blue #AB75AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 37.17%
G = 25.43%
B = 37.39%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB75AC (or 0xAB75AC) is known color: Violet Blue. HEX triplet: AB, 75 and AC. RGB value is (171,117,172). Sum of RGB (Red+Green+Blue) = 171+117+172=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75AC is #548A53. Grayscale: #8B8B8B. Windows color (decimal): -5540436 or 11302315. OLE color: 11302315.

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

Color convert

RGB 171 117 172 -
CMYK 0.01 0.32 0 0.33
HSL 298.91º 0.25% 0.57% -
HSV(B) 298.91º 0.32% 0.67% -
XYZ 30.6 24.36 42.12 -
YUV 139.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 171 117 172 0.01 0.32 0 0.33 298.91 0.25 0.57
Hex AB 75 AC 1 20 0 21 12B 19 39
Octal 253 165 254 1 40 0 41 453 31 71
Binary 10101011 1110101 10101100 1 100000 0 100001 100101011 11001 111001

Color Harmonies of #AB75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75AC

Black with #AB75AC

Text Example


Text Example

White with #AB75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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