Html Css Color HEX #AB63AC Violet Blue

📋 copy color: '#AB63AC'

red 171 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #AB63AC

Tints of Violet Blue #AB63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

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

R = 38.69%
G = 22.4%
B = 38.91%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB63AC (or 0xAB63AC) is known color: Violet Blue. HEX triplet: AB, 63 and AC. RGB value is (171,99,172). Sum of RGB (Red+Green+Blue) = 171+99+172=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AC is #549C53. Grayscale: #808080. Windows color (decimal): -5545044 or 11297707. OLE color: 11297707.

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

Color convert

RGB 171 99 172 -
CMYK 0.01 0.42 0 0.33
HSL 299.18º 0.31% 0.53% -
HSV(B) 299.18º 0.42% 0.67% -
XYZ 28.7 20.56 41.49 -
YUV 128.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 171 99 172 0.01 0.42 0 0.33 299.18 0.31 0.53
Hex AB 63 AC 1 2A 0 21 12B 1F 35
Octal 253 143 254 1 52 0 41 453 37 65
Binary 10101011 1100011 10101100 1 101010 0 100001 100101011 11111 110101

Color Harmonies of #AB63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63AC

Black with #AB63AC

Text Example


Text Example

White with #AB63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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