Html Css Color HEX #AB42AC Violet Blue

📋 copy color: '#AB42AC'

red 171 ◦ green 66 ◦ blue 172

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

Shades of Violet Blue #AB42AC

Tints of Violet Blue #AB42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 41.81%
G = 16.14%
B = 42.05%

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

#AB42AC (or 0xAB42AC) is known color: Violet Blue. HEX triplet: AB, 42 and AC. RGB value is (171,66,172). Sum of RGB (Red+Green+Blue) = 171+66+172=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB42AC is #54BD53. Grayscale: #6D6D6D. Windows color (decimal): -5553492 or 11289259. OLE color: 11289259.

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

Color convert

RGB 171 66 172 -
CMYK 0.01 0.62 0 0.33
HSL 299.43º 0.45% 0.47% -
HSV(B) 299.43º 0.62% 0.67% -
XYZ 26.19 15.53 40.65 -
YUV 109.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 171 66 172 0.01 0.62 0 0.33 299.43 0.45 0.47
Hex AB 42 AC 1 3E 0 21 12B 2D 2F
Octal 253 102 254 1 76 0 41 453 55 57
Binary 10101011 1000010 10101100 1 111110 0 100001 100101011 101101 101111

Color Harmonies of #AB42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42AC

Black with #AB42AC

Text Example


Text Example

White with #AB42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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