Html Css Color HEX #AF74AA Violet Blue

📋 copy color: '#AF74AA'

red 175 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #AF74AA

Tints of Violet Blue #AF74AA

RGB

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

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

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

R = 37.96%
G = 25.16%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF74AA (or 0xAF74AA) is known color: Violet Blue. HEX triplet: AF, 74 and AA. RGB value is (175,116,170). Sum of RGB (Red+Green+Blue) = 175+116+170=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74AA is #508B55. Grayscale: #8B8B8B. Windows color (decimal): -5278550 or 11170991. OLE color: 11170991.

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

Color convert

RGB 175 116 170 -
CMYK 0 0.34 0.03 0.31
HSL 305.08º 0.27% 0.57% -
HSV(B) 305.08º 0.34% 0.69% -
XYZ 31.18 24.51 41.12 -
YUV 139.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 175 116 170 0 0.34 0.03 0.31 305.08 0.27 0.57
Hex AF 74 AA 0 22 3 1F 131 1B 39
Octal 257 164 252 0 42 3 37 461 33 71
Binary 10101111 1110100 10101010 0 100010 11 11111 100110001 11011 111001

Color Harmonies of #AF74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74AA

Black with #AF74AA

Text Example


Text Example

White with #AF74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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