Html Css Color HEX #AB6B9E Violet Blue

📋 copy color: '#AB6B9E'

red 171 ◦ green 107 ◦ blue 158

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

Shades of Violet Blue #AB6B9E

Tints of Violet Blue #AB6B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 39.22%
G = 24.54%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB6B9E (or 0xAB6B9E) is known color: Violet Blue. HEX triplet: AB, 6B and 9E. RGB value is (171,107,158). Sum of RGB (Red+Green+Blue) = 171+107+158=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B9E is #549461. Grayscale: #838383. Windows color (decimal): -5543010 or 10382251. OLE color: 10382251.

HSL color Cylindrical-coordinate representation of color #AB6B9E: hue angle of 312.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B9E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 107 158 -
CMYK 0 0.37 0.08 0.33
HSL 312.19º 0.28% 0.55% -
HSV(B) 312.19º 0.37% 0.67% -
XYZ 28.22 21.64 35.04 -
YUV 131.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 171 107 158 0 0.37 0.08 0.33 312.19 0.28 0.55
Hex AB 6B 9E 0 25 8 21 138 1C 37
Octal 253 153 236 0 45 10 41 470 34 67
Binary 10101011 1101011 10011110 0 100101 1000 100001 100111000 11100 110111

Color Harmonies of #AB6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B9E

Black with #AB6B9E

Text Example


Text Example

White with #AB6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B9E; }

 p { color: rgb(171,107,158); }

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

background-color css

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

 a { background-color: rgb(171,107,158); }

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

border-color css

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

 span { border-color: rgb(171,107,158); }

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