Html Css Color HEX #AB6095 Violet Blue

📋 copy color: '#AB6095'

red 171 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #AB6095

Tints of Violet Blue #AB6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 41.11%
G = 23.08%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB6095 (or 0xAB6095) is known color: Violet Blue. HEX triplet: AB, 60 and 95. RGB value is (171,96,149). Sum of RGB (Red+Green+Blue) = 171+96+149=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6095 is #549F6A. Grayscale: #7C7C7C. Windows color (decimal): -5545835 or 9789611. OLE color: 9789611.

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

Color convert

RGB 171 96 149 -
CMYK 0 0.44 0.13 0.33
HSL 317.6º 0.31% 0.52% -
HSV(B) 317.6º 0.44% 0.67% -
XYZ 26.4 19.19 30.75 -
YUV 124.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 171 96 149 0 0.44 0.13 0.33 317.6 0.31 0.52
Hex AB 60 95 0 2C D 21 13E 1F 34
Octal 253 140 225 0 54 15 41 476 37 64
Binary 10101011 1100000 10010101 0 101100 1101 100001 100111110 11111 110100

Color Harmonies of #AB6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6095

Black with #AB6095

Text Example


Text Example

White with #AB6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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