Html Css Color HEX #AB63A5 Violet Blue

📋 copy color: '#AB63A5'

red 171 ◦ green 99 ◦ blue 165

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

Shades of Violet Blue #AB63A5

Tints of Violet Blue #AB63A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 39.31%
G = 22.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB63A5 (or 0xAB63A5) is known color: Violet Blue. HEX triplet: AB, 63 and A5. RGB value is (171,99,165). Sum of RGB (Red+Green+Blue) = 171+99+165=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB63A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63A5 is #549C5A. Grayscale: #7F7F7F. Windows color (decimal): -5545051 or 10838955. OLE color: 10838955.

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

Color convert

RGB 171 99 165 -
CMYK 0 0.42 0.04 0.33
HSL 305º 0.3% 0.53% -
HSV(B) 305º 0.42% 0.67% -
XYZ 28.05 20.3 38.04 -
YUV 128.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 171 99 165 0 0.42 0.04 0.33 305 0.3 0.53
Hex AB 63 A5 0 2A 4 21 131 1E 35
Octal 253 143 245 0 52 4 41 461 36 65
Binary 10101011 1100011 10100101 0 101010 100 100001 100110001 11110 110101

Color Harmonies of #AB63A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63A5

Black with #AB63A5

Text Example


Text Example

White with #AB63A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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