Html Css Color HEX #AB6B9D Violet Blue

📋 copy color: '#AB6B9D'

red 171 ◦ green 107 ◦ blue 157

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

Shades of Violet Blue #AB6B9D

Tints of Violet Blue #AB6B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 39.31%
G = 24.6%
B = 36.09%

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

#AB6B9D (or 0xAB6B9D) is known color: Violet Blue. HEX triplet: AB, 6B and 9D. RGB value is (171,107,157). Sum of RGB (Red+Green+Blue) = 171+107+157=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B9D is #549462. Grayscale: #838383. Windows color (decimal): -5543011 or 10316715. OLE color: 10316715.

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

Color convert

RGB 171 107 157 -
CMYK 0 0.37 0.08 0.33
HSL 313.13º 0.28% 0.55% -
HSV(B) 313.13º 0.37% 0.67% -
XYZ 28.14 21.61 34.59 -
YUV 131.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 171 107 157 0 0.37 0.08 0.33 313.13 0.28 0.55
Hex AB 6B 9D 0 25 8 21 139 1C 37
Octal 253 153 235 0 45 10 41 471 34 67
Binary 10101011 1101011 10011101 0 100101 1000 100001 100111001 11100 110111

Color Harmonies of #AB6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B9D

Black with #AB6B9D

Text Example


Text Example

White with #AB6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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