Html Css Color HEX #AF74AC Violet Blue

📋 copy color: '#AF74AC'

red 175 ◦ green 116 ◦ blue 172

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

Shades of Violet Blue #AF74AC

Tints of Violet Blue #AF74AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 37.8%
G = 25.05%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF74AC (or 0xAF74AC) is known color: Violet Blue. HEX triplet: AF, 74 and AC. RGB value is (175,116,172). Sum of RGB (Red+Green+Blue) = 175+116+172=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74AC is #508B53. Grayscale: #8B8B8B. Windows color (decimal): -5278548 or 11302063. OLE color: 11302063.

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

Color convert

RGB 175 116 172 -
CMYK 0 0.34 0.02 0.31
HSL 303.05º 0.27% 0.57% -
HSV(B) 303.05º 0.34% 0.69% -
XYZ 31.37 24.58 42.12 -
YUV 140.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 175 116 172 0 0.34 0.02 0.31 303.05 0.27 0.57
Hex AF 74 AC 0 22 2 1F 12F 1B 39
Octal 257 164 254 0 42 2 37 457 33 71
Binary 10101111 1110100 10101100 0 100010 10 11111 100101111 11011 111001

Color Harmonies of #AF74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74AC

Black with #AF74AC

Text Example


Text Example

White with #AF74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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