Html Css Color HEX #AF74AD Violet Blue

📋 copy color: '#AF74AD'

red 175 ◦ green 116 ◦ blue 173

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

Shades of Violet Blue #AF74AD

Tints of Violet Blue #AF74AD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 175 116 173 -
CMYK 0 0.34 0.01 0.31
HSL 302.03º 0.27% 0.57% -
HSV(B) 302.03º 0.34% 0.69% -
XYZ 31.47 24.62 42.63 -
YUV 140.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 175 116 173 0 0.34 0.01 0.31 302.03 0.27 0.57
Hex AF 74 AD 0 22 1 1F 12E 1B 39
Octal 257 164 255 0 42 1 37 456 33 71
Binary 10101111 1110100 10101101 0 100010 1 11111 100101110 11011 111001

Color Harmonies of #AF74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74AD

Black with #AF74AD

Text Example


Text Example

White with #AF74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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