Html Css Color HEX #AB6FAE Violet Blue

📋 copy color: '#AB6FAE'

red 171 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #AB6FAE

Tints of Violet Blue #AB6FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 37.5%
G = 24.34%
B = 38.16%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB6FAE (or 0xAB6FAE) is known color: Violet Blue. HEX triplet: AB, 6F and AE. RGB value is (171,111,174). Sum of RGB (Red+Green+Blue) = 171+111+174=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAE is #549051. Grayscale: #878787. Windows color (decimal): -5541970 or 11431851. OLE color: 11431851.

HSL color Cylindrical-coordinate representation of color #AB6FAE: hue angle of 297.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6FAE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 111 174 -
CMYK 0.02 0.36 0 0.32
HSL 297.14º 0.28% 0.56% -
HSV(B) 297.14º 0.36% 0.68% -
XYZ 30.12 23.08 42.91 -
YUV 136.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 171 111 174 0.02 0.36 0 0.32 297.14 0.28 0.56
Hex AB 6F AE 2 24 0 20 129 1C 38
Octal 253 157 256 2 44 0 40 451 34 70
Binary 10101011 1101111 10101110 10 100100 0 100000 100101001 11100 111000

Color Harmonies of #AB6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FAE

Black with #AB6FAE

Text Example


Text Example

White with #AB6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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