Html Css Color HEX #AF5EAF Violet Blue

📋 copy color: '#AF5EAF'

red 175 ◦ green 94 ◦ blue 175

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

Shades of Violet Blue #AF5EAF

Tints of Violet Blue #AF5EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 39.41%
G = 21.17%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF5EAF (or 0xAF5EAF) is known color: Violet Blue. HEX triplet: AF, 5E and AF. RGB value is (175,94,175). Sum of RGB (Red+Green+Blue) = 175+94+175=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5EAF is #50A150. Grayscale: #7F7F7F. Windows color (decimal): -5284177 or 11493039. OLE color: 11493039.

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

Color convert

RGB 175 94 175 -
CMYK 0 0.46 0 0.31
HSL 300º 0.34% 0.53% -
HSV(B) 300º 0.46% 0.69% -
XYZ 29.42 20.21 42.91 -
YUV 127.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 175 94 175 0 0.46 0 0.31 300 0.34 0.53
Hex AF 5E AF 0 2E 0 1F 12C 22 35
Octal 257 136 257 0 56 0 37 454 42 65
Binary 10101111 1011110 10101111 0 101110 0 11111 100101100 100010 110101

Color Harmonies of #AF5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EAF

Black with #AF5EAF

Text Example


Text Example

White with #AF5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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