Html Css Color HEX #AB74AB Violet Blue

📋 copy color: '#AB74AB'

red 171 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #AB74AB

Tints of Violet Blue #AB74AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 37.34%
G = 25.33%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB74AB (or 0xAB74AB) is known color: Violet Blue. HEX triplet: AB, 74 and AB. RGB value is (171,116,171). Sum of RGB (Red+Green+Blue) = 171+116+171=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB74AB is #548B54. Grayscale: #8A8A8A. Windows color (decimal): -5540693 or 11236523. OLE color: 11236523.

HSL color Cylindrical-coordinate representation of color #AB74AB: hue angle of 300º 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 #AB74AB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 116 171 -
CMYK 0 0.32 0 0.33
HSL 300º 0.25% 0.56% -
HSV(B) 300º 0.32% 0.67% -
XYZ 30.39 24.09 41.58 -
YUV 138.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 171 116 171 0 0.32 0 0.33 300 0.25 0.56
Hex AB 74 AB 0 20 0 21 12C 19 38
Octal 253 164 253 0 40 0 41 454 31 70
Binary 10101011 1110100 10101011 0 100000 0 100001 100101100 11001 111000

Color Harmonies of #AB74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74AB

Black with #AB74AB

Text Example


Text Example

White with #AB74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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