Html Css Color HEX #AF6095 Violet Blue

📋 copy color: '#AF6095'

red 175 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #AF6095

Tints of Violet Blue #AF6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 41.67%
G = 22.86%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF6095 (or 0xAF6095) is known color: Violet Blue. HEX triplet: AF, 60 and 95. RGB value is (175,96,149). Sum of RGB (Red+Green+Blue) = 175+96+149=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6095 is #509F6A. Grayscale: #7D7D7D. Windows color (decimal): -5283691 or 9789615. OLE color: 9789615.

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

Color convert

RGB 175 96 149 -
CMYK 0 0.45 0.15 0.31
HSL 319.75º 0.33% 0.53% -
HSV(B) 319.75º 0.45% 0.69% -
XYZ 27.29 19.65 30.79 -
YUV 125.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 175 96 149 0 0.45 0.15 0.31 319.75 0.33 0.53
Hex AF 60 95 0 2D F 1F 140 21 35
Octal 257 140 225 0 55 17 37 500 41 65
Binary 10101111 1100000 10010101 0 101101 1111 11111 101000000 100001 110101

Color Harmonies of #AF6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6095

Black with #AF6095

Text Example


Text Example

White with #AF6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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