Html Css Color HEX #AB63AA Violet Blue

📋 copy color: '#AB63AA'

red 171 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #AB63AA

Tints of Violet Blue #AB63AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 38.86%
G = 22.5%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB63AA (or 0xAB63AA) is known color: Violet Blue. HEX triplet: AB, 63 and AA. RGB value is (171,99,170). Sum of RGB (Red+Green+Blue) = 171+99+170=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AA is #549C55. Grayscale: #808080. Windows color (decimal): -5545046 or 11166635. OLE color: 11166635.

HSL color Cylindrical-coordinate representation of color #AB63AA: hue angle of 300.83º degrees, saturation: 0.3, 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 #AB63AA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 170 -
CMYK 0 0.42 0.01 0.33
HSL 300.83º 0.3% 0.53% -
HSV(B) 300.83º 0.42% 0.67% -
XYZ 28.51 20.48 40.48 -
YUV 128.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 171 99 170 0 0.42 0.01 0.33 300.83 0.3 0.53
Hex AB 63 AA 0 2A 1 21 12D 1E 35
Octal 253 143 252 0 52 1 41 455 36 65
Binary 10101011 1100011 10101010 0 101010 1 100001 100101101 11110 110101

Color Harmonies of #AB63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63AA

Black with #AB63AA

Text Example


Text Example

White with #AB63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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