Html Css Color HEX #AB74AF Violet Blue

📋 copy color: '#AB74AF'

red 171 ◦ green 116 ◦ blue 175

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

Shades of Violet Blue #AB74AF

Tints of Violet Blue #AB74AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 37.01%
G = 25.11%
B = 37.88%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB74AF (or 0xAB74AF) is known color: Violet Blue. HEX triplet: AB, 74 and AF. RGB value is (171,116,175). Sum of RGB (Red+Green+Blue) = 171+116+175=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB74AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB74AF is #548B50. Grayscale: #8A8A8A. Windows color (decimal): -5540689 or 11498667. OLE color: 11498667.

HSL color Cylindrical-coordinate representation of color #AB74AF: hue angle of 295.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB74AF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 116 175 -
CMYK 0.02 0.34 0 0.31
HSL 295.93º 0.27% 0.57% -
HSV(B) 295.93º 0.34% 0.69% -
XYZ 30.78 24.24 43.61 -
YUV 139.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 171 116 175 0.02 0.34 0 0.31 295.93 0.27 0.57
Hex AB 74 AF 2 22 0 1F 128 1B 39
Octal 253 164 257 2 42 0 37 450 33 71
Binary 10101011 1110100 10101111 10 100010 0 11111 100101000 11011 111001

Color Harmonies of #AB74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74AF

Black with #AB74AF

Text Example


Text Example

White with #AB74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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