Html Css Color HEX #AB60B1 Violet Blue

📋 copy color: '#AB60B1'

red 171 ◦ green 96 ◦ blue 177

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

Shades of Violet Blue #AB60B1

Tints of Violet Blue #AB60B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 38.51%
G = 21.62%
B = 39.86%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB60B1 (or 0xAB60B1) is known color: Violet Blue. HEX triplet: AB, 60 and B1. RGB value is (171,96,177). Sum of RGB (Red+Green+Blue) = 171+96+177=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60B1 is #549F4E. Grayscale: #7F7F7F. Windows color (decimal): -5545807 or 11624619. OLE color: 11624619.

HSL color Cylindrical-coordinate representation of color #AB60B1: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB60B1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 96 177 -
CMYK 0.03 0.46 0 0.31
HSL 295.56º 0.34% 0.54% -
HSV(B) 295.56º 0.46% 0.69% -
XYZ 28.91 20.2 43.97 -
YUV 127.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 171 96 177 0.03 0.46 0 0.31 295.56 0.34 0.54
Hex AB 60 B1 3 2E 0 1F 128 22 36
Octal 253 140 261 3 56 0 37 450 42 66
Binary 10101011 1100000 10110001 11 101110 0 11111 100101000 100010 110110

Color Harmonies of #AB60B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60B1

Black with #AB60B1

Text Example


Text Example

White with #AB60B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60B1; }

 p { color: rgb(171,96,177); }

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

background-color css

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

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

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

border-color css

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

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

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