Html Css Color HEX #AF5A99 Violet Blue

📋 copy color: '#AF5A99'

red 175 ◦ green 90 ◦ blue 153

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

Shades of Violet Blue #AF5A99

Tints of Violet Blue #AF5A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 41.87%
G = 21.53%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF5A99 (or 0xAF5A99) is known color: Violet Blue. HEX triplet: AF, 5A and 99. RGB value is (175,90,153). Sum of RGB (Red+Green+Blue) = 175+90+153=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A99 is #50A566. Grayscale: #7A7A7A. Windows color (decimal): -5285223 or 10050223. OLE color: 10050223.

HSL color Cylindrical-coordinate representation of color #AF5A99: hue angle of 315.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A99 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 153 -
CMYK 0 0.49 0.13 0.31
HSL 315.53º 0.35% 0.52% -
HSV(B) 315.53º 0.49% 0.69% -
XYZ 27.09 18.73 32.32 -
YUV 122.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 175 90 153 0 0.49 0.13 0.31 315.53 0.35 0.52
Hex AF 5A 99 0 31 D 1F 13C 23 34
Octal 257 132 231 0 61 15 37 474 43 64
Binary 10101111 1011010 10011001 0 110001 1101 11111 100111100 100011 110100

Color Harmonies of #AF5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A99

Black with #AF5A99

Text Example


Text Example

White with #AF5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A99; }

 p { color: rgb(175,90,153); }

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

background-color css

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

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

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

border-color css

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

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

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