Html Css Color HEX #AF6097 Violet Blue

📋 copy color: '#AF6097'

red 175 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #AF6097

Tints of Violet Blue #AF6097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 41.47%
G = 22.75%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6097 (or 0xAF6097) is known color: Violet Blue. HEX triplet: AF, 60 and 97. RGB value is (175,96,151). Sum of RGB (Red+Green+Blue) = 175+96+151=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6097 is #509F68. Grayscale: #7D7D7D. Windows color (decimal): -5283689 or 9920687. OLE color: 9920687.

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

Color convert

RGB 175 96 151 -
CMYK 0 0.45 0.14 0.31
HSL 318.23º 0.33% 0.53% -
HSV(B) 318.23º 0.45% 0.69% -
XYZ 27.45 19.71 31.64 -
YUV 125.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 175 96 151 0 0.45 0.14 0.31 318.23 0.33 0.53
Hex AF 60 97 0 2D E 1F 13E 21 35
Octal 257 140 227 0 55 16 37 476 41 65
Binary 10101111 1100000 10010111 0 101101 1110 11111 100111110 100001 110101

Color Harmonies of #AF6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6097

Black with #AF6097

Text Example


Text Example

White with #AF6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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