Html Css Color HEX #AF6099 Violet Blue

📋 copy color: '#AF6099'

red 175 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #AF6099

Tints of Violet Blue #AF6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

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

R = 41.27%
G = 22.64%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6099 (or 0xAF6099) is known color: Violet Blue. HEX triplet: AF, 60 and 99. RGB value is (175,96,153). Sum of RGB (Red+Green+Blue) = 175+96+153=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6099 is #509F66. Grayscale: #7D7D7D. Windows color (decimal): -5283687 or 10051759. OLE color: 10051759.

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

Color convert

RGB 175 96 153 -
CMYK 0 0.45 0.13 0.31
HSL 316.71º 0.33% 0.53% -
HSV(B) 316.71º 0.45% 0.69% -
XYZ 27.61 19.78 32.5 -
YUV 126.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 175 96 153 0 0.45 0.13 0.31 316.71 0.33 0.53
Hex AF 60 99 0 2D D 1F 13D 21 35
Octal 257 140 231 0 55 15 37 475 41 65
Binary 10101111 1100000 10011001 0 101101 1101 11111 100111101 100001 110101

Color Harmonies of #AF6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6099

Black with #AF6099

Text Example


Text Example

White with #AF6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6099; }

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

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

background-color css

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

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

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

border-color css

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

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

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