Html Css Color HEX #AB6FA5 Violet Blue

📋 copy color: '#AB6FA5'

red 171 ◦ green 111 ◦ blue 165

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

Shades of Violet Blue #AB6FA5

Tints of Violet Blue #AB6FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.83%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 38.26%
G = 24.83%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB6FA5 (or 0xAB6FA5) is known color: Violet Blue. HEX triplet: AB, 6F and A5. RGB value is (171,111,165). Sum of RGB (Red+Green+Blue) = 171+111+165=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA5 is #54905A. Grayscale: #868686. Windows color (decimal): -5541979 or 10842027. OLE color: 10842027.

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

Color convert

RGB 171 111 165 -
CMYK 0 0.35 0.04 0.33
HSL 306º 0.26% 0.55% -
HSV(B) 306º 0.35% 0.67% -
XYZ 29.27 22.74 38.44 -
YUV 135.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 171 111 165 0 0.35 0.04 0.33 306 0.26 0.55
Hex AB 6F A5 0 23 4 21 132 1A 37
Octal 253 157 245 0 43 4 41 462 32 67
Binary 10101011 1101111 10100101 0 100011 100 100001 100110010 11010 110111

Color Harmonies of #AB6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FA5

Black with #AB6FA5

Text Example


Text Example

White with #AB6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FA5; }

 p { color: rgb(171,111,165); }

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

background-color css

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

 a { background-color: rgb(171,111,165); }

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

border-color css

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

 span { border-color: rgb(171,111,165); }

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