Html Css Color HEX #AF5D96 Violet Blue

📋 copy color: '#AF5D96'

red 175 ◦ green 93 ◦ blue 150

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

Shades of Violet Blue #AF5D96

Tints of Violet Blue #AF5D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 41.87%
G = 22.25%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5D96 (or 0xAF5D96) is known color: Violet Blue. HEX triplet: AF, 5D and 96. RGB value is (175,93,150). Sum of RGB (Red+Green+Blue) = 175+93+150=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D96 is #50A269. Grayscale: #7B7B7B. Windows color (decimal): -5284458 or 9854383. OLE color: 9854383.

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

Color convert

RGB 175 93 150 -
CMYK 0 0.47 0.14 0.31
HSL 318.29º 0.34% 0.53% -
HSV(B) 318.29º 0.47% 0.69% -
XYZ 27.1 19.14 31.12 -
YUV 124.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 175 93 150 0 0.47 0.14 0.31 318.29 0.34 0.53
Hex AF 5D 96 0 2F E 1F 13E 22 35
Octal 257 135 226 0 57 16 37 476 42 65
Binary 10101111 1011101 10010110 0 101111 1110 11111 100111110 100010 110101

Color Harmonies of #AF5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D96

Black with #AF5D96

Text Example


Text Example

White with #AF5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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