Html Css Color HEX #AF5DAC Violet Blue

📋 copy color: '#AF5DAC'

red 175 ◦ green 93 ◦ blue 172

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

Shades of Violet Blue #AF5DAC

Tints of Violet Blue #AF5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

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

R = 39.77%
G = 21.14%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF5DAC (or 0xAF5DAC) is known color: Violet Blue. HEX triplet: AF, 5D and AC. RGB value is (175,93,172). Sum of RGB (Red+Green+Blue) = 175+93+172=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5DAC is #50A253. Grayscale: #7E7E7E. Windows color (decimal): -5284436 or 11296175. OLE color: 11296175.

HSL color Cylindrical-coordinate representation of color #AF5DAC: hue angle of 302.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5DAC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 172 -
CMYK 0 0.47 0.02 0.31
HSL 302.2º 0.34% 0.53% -
HSV(B) 302.2º 0.47% 0.69% -
XYZ 29.04 19.92 41.34 -
YUV 126.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 175 93 172 0 0.47 0.02 0.31 302.2 0.34 0.53
Hex AF 5D AC 0 2F 2 1F 12E 22 35
Octal 257 135 254 0 57 2 37 456 42 65
Binary 10101111 1011101 10101100 0 101111 10 11111 100101110 100010 110101

Color Harmonies of #AF5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DAC

Black with #AF5DAC

Text Example


Text Example

White with #AF5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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