Html Css Color HEX #AD74AF Violet Blue

📋 copy color: '#AD74AF'

red 173 ◦ green 116 ◦ blue 175

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

Shades of Violet Blue #AD74AF

Tints of Violet Blue #AD74AF

RGB

 RED value IS 173 (67.97% from 255) = 37.28%

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

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

R = 37.28%
G = 25%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD74AF (or 0xAD74AF) is known color: Violet Blue. HEX triplet: AD, 74 and AF. RGB value is (173,116,175). Sum of RGB (Red+Green+Blue) = 173+116+175=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD74AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74AF is #528B50. Grayscale: #8B8B8B. Windows color (decimal): -5409617 or 11498669. OLE color: 11498669.

HSL color Cylindrical-coordinate representation of color #AD74AF: hue angle of 297.97º 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 #AD74AF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 116 175 -
CMYK 0.01 0.34 0 0.31
HSL 297.97º 0.27% 0.57% -
HSV(B) 297.97º 0.34% 0.69% -
XYZ 31.22 24.47 43.64 -
YUV 139.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 173 116 175 0.01 0.34 0 0.31 297.97 0.27 0.57
Hex AD 74 AF 1 22 0 1F 12A 1B 39
Octal 255 164 257 1 42 0 37 452 33 71
Binary 10101101 1110100 10101111 1 100010 0 11111 100101010 11011 111001

Color Harmonies of #AD74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74AF

Black with #AD74AF

Text Example


Text Example

White with #AD74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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