Html Css Color HEX #AB74AA Violet Blue

📋 copy color: '#AB74AA'

red 171 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #AB74AA

Tints of Violet Blue #AB74AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 37.42%
G = 25.38%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB74AA (or 0xAB74AA) is known color: Violet Blue. HEX triplet: AB, 74 and AA. RGB value is (171,116,170). Sum of RGB (Red+Green+Blue) = 171+116+170=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB74AA is #548B55. Grayscale: #8A8A8A. Windows color (decimal): -5540694 or 11170987. OLE color: 11170987.

HSL color Cylindrical-coordinate representation of color #AB74AA: hue angle of 301.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB74AA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 116 170 -
CMYK 0 0.32 0.01 0.33
HSL 301.09º 0.25% 0.56% -
HSV(B) 301.09º 0.32% 0.67% -
XYZ 30.3 24.05 41.08 -
YUV 138.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 171 116 170 0 0.32 0.01 0.33 301.09 0.25 0.56
Hex AB 74 AA 0 20 1 21 12D 19 38
Octal 253 164 252 0 40 1 41 455 31 70
Binary 10101011 1110100 10101010 0 100000 1 100001 100101101 11001 111000

Color Harmonies of #AB74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74AA

Black with #AB74AA

Text Example


Text Example

White with #AB74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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