Html Css Color HEX #AB6097 Violet Blue

📋 copy color: '#AB6097'

red 171 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #AB6097

Tints of Violet Blue #AB6097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 40.91%
G = 22.97%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB6097 (or 0xAB6097) is known color: Violet Blue. HEX triplet: AB, 60 and 97. RGB value is (171,96,151). Sum of RGB (Red+Green+Blue) = 171+96+151=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6097 is #549F68. Grayscale: #7C7C7C. Windows color (decimal): -5545833 or 9920683. OLE color: 9920683.

HSL color Cylindrical-coordinate representation of color #AB6097: hue angle of 316º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6097 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 151 -
CMYK 0 0.44 0.12 0.33
HSL 316º 0.31% 0.52% -
HSV(B) 316º 0.44% 0.67% -
XYZ 26.56 19.26 31.6 -
YUV 124.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 171 96 151 0 0.44 0.12 0.33 316 0.31 0.52
Hex AB 60 97 0 2C C 21 13C 1F 34
Octal 253 140 227 0 54 14 41 474 37 64
Binary 10101011 1100000 10010111 0 101100 1100 100001 100111100 11111 110100

Color Harmonies of #AB6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6097

Black with #AB6097

Text Example


Text Example

White with #AB6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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