Html Css Color HEX #AB41AC Violet Blue

📋 copy color: '#AB41AC'

red 171 ◦ green 65 ◦ blue 172

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

Shades of Violet Blue #AB41AC

Tints of Violet Blue #AB41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

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

R = 41.91%
G = 15.93%
B = 42.16%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB41AC (or 0xAB41AC) is known color: Violet Blue. HEX triplet: AB, 41 and AC. RGB value is (171,65,172). Sum of RGB (Red+Green+Blue) = 171+65+172=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AC is #54BE53. Grayscale: #6C6C6C. Windows color (decimal): -5553748 or 11289003. OLE color: 11289003.

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

Color convert

RGB 171 65 172 -
CMYK 0.01 0.62 0 0.33
HSL 299.44º 0.45% 0.46% -
HSV(B) 299.44º 0.62% 0.67% -
XYZ 26.13 15.42 40.63 -
YUV 108.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 171 65 172 0.01 0.62 0 0.33 299.44 0.45 0.46
Hex AB 41 AC 1 3E 0 21 12B 2D 2E
Octal 253 101 254 1 76 0 41 453 55 56
Binary 10101011 1000001 10101100 1 111110 0 100001 100101011 101101 101110

Color Harmonies of #AB41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41AC

Black with #AB41AC

Text Example


Text Example

White with #AB41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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