Html Css Color HEX #AB74AE Violet Blue

📋 copy color: '#AB74AE'

red 171 ◦ green 116 ◦ blue 174

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

Shades of Violet Blue #AB74AE

Tints of Violet Blue #AB74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 37.09%
G = 25.16%
B = 37.74%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB74AE (or 0xAB74AE) is known color: Violet Blue. HEX triplet: AB, 74 and AE. RGB value is (171,116,174). Sum of RGB (Red+Green+Blue) = 171+116+174=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB74AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB74AE is #548B51. Grayscale: #8A8A8A. Windows color (decimal): -5540690 or 11433131. OLE color: 11433131.

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

Color convert

RGB 171 116 174 -
CMYK 0.02 0.33 0 0.32
HSL 296.9º 0.26% 0.57% -
HSV(B) 296.9º 0.33% 0.68% -
XYZ 30.68 24.2 43.1 -
YUV 139.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 171 116 174 0.02 0.33 0 0.32 296.9 0.26 0.57
Hex AB 74 AE 2 21 0 20 129 1A 39
Octal 253 164 256 2 41 0 40 451 32 71
Binary 10101011 1110100 10101110 10 100001 0 100000 100101001 11010 111001

Color Harmonies of #AB74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74AE

Black with #AB74AE

Text Example


Text Example

White with #AB74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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