Html Css Color HEX #AB6DAE Violet Blue

📋 copy color: '#AB6DAE'

red 171 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #AB6DAE

Tints of Violet Blue #AB6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

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

R = 37.67%
G = 24.01%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB6DAE (or 0xAB6DAE) is known color: Violet Blue. HEX triplet: AB, 6D and AE. RGB value is (171,109,174). Sum of RGB (Red+Green+Blue) = 171+109+174=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DAE is #549251. Grayscale: #868686. Windows color (decimal): -5542482 or 11431339. OLE color: 11431339.

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

Color convert

RGB 171 109 174 -
CMYK 0.02 0.37 0 0.32
HSL 297.23º 0.29% 0.55% -
HSV(B) 297.23º 0.37% 0.68% -
XYZ 29.9 22.65 42.84 -
YUV 134.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 171 109 174 0.02 0.37 0 0.32 297.23 0.29 0.55
Hex AB 6D AE 2 25 0 20 129 1D 37
Octal 253 155 256 2 45 0 40 451 35 67
Binary 10101011 1101101 10101110 10 100101 0 100000 100101001 11101 110111

Color Harmonies of #AB6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DAE

Black with #AB6DAE

Text Example


Text Example

White with #AB6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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