Html Css Color HEX #AF5297 Violet Blue

📋 copy color: '#AF5297'

red 175 ◦ green 82 ◦ blue 151

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

Shades of Violet Blue #AF5297

Tints of Violet Blue #AF5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 42.89%
G = 20.1%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5297 (or 0xAF5297) is known color: Violet Blue. HEX triplet: AF, 52 and 97. RGB value is (175,82,151). Sum of RGB (Red+Green+Blue) = 175+82+151=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5297 is #50AD68. Grayscale: #757575. Windows color (decimal): -5287273 or 9917103. OLE color: 9917103.

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

Color convert

RGB 175 82 151 -
CMYK 0 0.53 0.14 0.31
HSL 315.48º 0.37% 0.5% -
HSV(B) 315.48º 0.53% 0.69% -
XYZ 26.28 17.38 31.25 -
YUV 117.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 175 82 151 0 0.53 0.14 0.31 315.48 0.37 0.5
Hex AF 52 97 0 35 E 1F 13B 25 32
Octal 257 122 227 0 65 16 37 473 45 62
Binary 10101111 1010010 10010111 0 110101 1110 11111 100111011 100101 110010

Color Harmonies of #AF5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5297

Black with #AF5297

Text Example


Text Example

White with #AF5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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