Html Css Color HEX #AB63AB Violet Blue

📋 copy color: '#AB63AB'

red 171 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #AB63AB

Tints of Violet Blue #AB63AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 38.78%
G = 22.45%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB63AB (or 0xAB63AB) is known color: Violet Blue. HEX triplet: AB, 63 and AB. RGB value is (171,99,171). Sum of RGB (Red+Green+Blue) = 171+99+171=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AB is #549C54. Grayscale: #808080. Windows color (decimal): -5545045 or 11232171. OLE color: 11232171.

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

Color convert

RGB 171 99 171 -
CMYK 0 0.42 0 0.33
HSL 300º 0.3% 0.53% -
HSV(B) 300º 0.42% 0.67% -
XYZ 28.61 20.52 40.98 -
YUV 128.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 171 99 171 0 0.42 0 0.33 300 0.3 0.53
Hex AB 63 AB 0 2A 0 21 12C 1E 35
Octal 253 143 253 0 52 0 41 454 36 65
Binary 10101011 1100011 10101011 0 101010 0 100001 100101100 11110 110101

Color Harmonies of #AB63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63AB

Black with #AB63AB

Text Example


Text Example

White with #AB63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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