Html Css Color HEX #AB6B9F Violet Blue

📋 copy color: '#AB6B9F'

red 171 ◦ green 107 ◦ blue 159

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

Shades of Violet Blue #AB6B9F

Tints of Violet Blue #AB6B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 39.13%
G = 24.49%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB6B9F (or 0xAB6B9F) is known color: Violet Blue. HEX triplet: AB, 6B and 9F. RGB value is (171,107,159). Sum of RGB (Red+Green+Blue) = 171+107+159=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B9F is #549460. Grayscale: #838383. Windows color (decimal): -5543009 or 10447787. OLE color: 10447787.

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

Color convert

RGB 171 107 159 -
CMYK 0 0.37 0.07 0.33
HSL 311.25º 0.28% 0.55% -
HSV(B) 311.25º 0.37% 0.67% -
XYZ 28.31 21.68 35.49 -
YUV 132.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 171 107 159 0 0.37 0.07 0.33 311.25 0.28 0.55
Hex AB 6B 9F 0 25 7 21 137 1C 37
Octal 253 153 237 0 45 7 41 467 34 67
Binary 10101011 1101011 10011111 0 100101 111 100001 100110111 11100 110111

Color Harmonies of #AB6B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B9F

Black with #AB6B9F

Text Example


Text Example

White with #AB6B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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