Html Css Color HEX #AF5EAC Violet Blue

📋 copy color: '#AF5EAC'

red 175 ◦ green 94 ◦ blue 172

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

Shades of Violet Blue #AF5EAC

Tints of Violet Blue #AF5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

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

R = 39.68%
G = 21.32%
B = 39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF5EAC (or 0xAF5EAC) is known color: Violet Blue. HEX triplet: AF, 5E and AC. RGB value is (175,94,172). Sum of RGB (Red+Green+Blue) = 175+94+172=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5EAC is #50A153. Grayscale: #7E7E7E. Windows color (decimal): -5284180 or 11296431. OLE color: 11296431.

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

Color convert

RGB 175 94 172 -
CMYK 0 0.46 0.02 0.31
HSL 302.22º 0.34% 0.53% -
HSV(B) 302.22º 0.46% 0.69% -
XYZ 29.13 20.1 41.37 -
YUV 127.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 175 94 172 0 0.46 0.02 0.31 302.22 0.34 0.53
Hex AF 5E AC 0 2E 2 1F 12E 22 35
Octal 257 136 254 0 56 2 37 456 42 65
Binary 10101111 1011110 10101100 0 101110 10 11111 100101110 100010 110101

Color Harmonies of #AF5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EAC

Black with #AF5EAC

Text Example


Text Example

White with #AF5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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