Html Css Color HEX #AB5AB0 Violet Blue

📋 copy color: '#AB5AB0'

red 171 ◦ green 90 ◦ blue 176

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

Shades of Violet Blue #AB5AB0

Tints of Violet Blue #AB5AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 39.13%
G = 20.59%
B = 40.27%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB5AB0 (or 0xAB5AB0) is known color: Violet Blue. HEX triplet: AB, 5A and B0. RGB value is (171,90,176). Sum of RGB (Red+Green+Blue) = 171+90+176=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB5AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AB0 is #54A54F. Grayscale: #7B7B7B. Windows color (decimal): -5547344 or 11557547. OLE color: 11557547.

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

Color convert

RGB 171 90 176 -
CMYK 0.03 0.49 0 0.31
HSL 296.51º 0.35% 0.52% -
HSV(B) 296.51º 0.49% 0.69% -
XYZ 28.29 19.1 43.27 -
YUV 124.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 171 90 176 0.03 0.49 0 0.31 296.51 0.35 0.52
Hex AB 5A B0 3 31 0 1F 129 23 34
Octal 253 132 260 3 61 0 37 451 43 64
Binary 10101011 1011010 10110000 11 110001 0 11111 100101001 100011 110100

Color Harmonies of #AB5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AB0

Black with #AB5AB0

Text Example


Text Example

White with #AB5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AB0; }

 p { color: rgb(171,90,176); }

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

background-color css

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

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

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

border-color css

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

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

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