Html Css Color HEX #AB6BA0 Violet Blue

📋 copy color: '#AB6BA0'

red 171 ◦ green 107 ◦ blue 160

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

Shades of Violet Blue #AB6BA0

Tints of Violet Blue #AB6BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 39.04%
G = 24.43%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB6BA0 (or 0xAB6BA0) is known color: Violet Blue. HEX triplet: AB, 6B and A0. RGB value is (171,107,160). Sum of RGB (Red+Green+Blue) = 171+107+160=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BA0 is #54945F. Grayscale: #848484. Windows color (decimal): -5543008 or 10513323. OLE color: 10513323.

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

Color convert

RGB 171 107 160 -
CMYK 0 0.37 0.06 0.33
HSL 310.31º 0.28% 0.55% -
HSV(B) 310.31º 0.37% 0.67% -
XYZ 28.4 21.71 35.95 -
YUV 132.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 171 107 160 0 0.37 0.06 0.33 310.31 0.28 0.55
Hex AB 6B A0 0 25 6 21 136 1C 37
Octal 253 153 240 0 45 6 41 466 34 67
Binary 10101011 1101011 10100000 0 100101 110 100001 100110110 11100 110111

Color Harmonies of #AB6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BA0

Black with #AB6BA0

Text Example


Text Example

White with #AB6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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