Html Css Color HEX #AF74A8 Violet Blue

📋 copy color: '#AF74A8'

red 175 ◦ green 116 ◦ blue 168

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

Shades of Violet Blue #AF74A8

Tints of Violet Blue #AF74A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 38.13%
G = 25.27%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF74A8 (or 0xAF74A8) is known color: Violet Blue. HEX triplet: AF, 74 and A8. RGB value is (175,116,168). Sum of RGB (Red+Green+Blue) = 175+116+168=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A8 is #508B57. Grayscale: #8B8B8B. Windows color (decimal): -5278552 or 11039919. OLE color: 11039919.

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

Color convert

RGB 175 116 168 -
CMYK 0 0.34 0.04 0.31
HSL 307.12º 0.27% 0.57% -
HSV(B) 307.12º 0.34% 0.69% -
XYZ 30.99 24.43 40.13 -
YUV 139.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 175 116 168 0 0.34 0.04 0.31 307.12 0.27 0.57
Hex AF 74 A8 0 22 4 1F 133 1B 39
Octal 257 164 250 0 42 4 37 463 33 71
Binary 10101111 1110100 10101000 0 100010 100 11111 100110011 11011 111001

Color Harmonies of #AF74A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74A8

Black with #AF74A8

Text Example


Text Example

White with #AF74A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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