Html Css Color HEX #AF489D Violet Blue

📋 copy color: '#AF489D'

red 175 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #AF489D

Tints of Violet Blue #AF489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 43.32%
G = 17.82%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF489D (or 0xAF489D) is known color: Violet Blue. HEX triplet: AF, 48 and 9D. RGB value is (175,72,157). Sum of RGB (Red+Green+Blue) = 175+72+157=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF489D is #50B762. Grayscale: #707070. Windows color (decimal): -5289827 or 10307759. OLE color: 10307759.

HSL color Cylindrical-coordinate representation of color #AF489D: hue angle of 310.49º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF489D is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 157 -
CMYK 0 0.59 0.10 0.31
HSL 310.49º 0.42% 0.48% -
HSV(B) 310.49º 0.59% 0.69% -
XYZ 26.08 16.18 33.65 -
YUV 112.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 175 72 157 0 0.59 0.10 0.31 310.49 0.42 0.48
Hex AF 48 9D 0 3B A 1F 136 2A 30
Octal 257 110 235 0 73 12 37 466 52 60
Binary 10101111 1001000 10011101 0 111011 1010 11111 100110110 101010 110000

Color Harmonies of #AF489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF489D

Black with #AF489D

Text Example


Text Example

White with #AF489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF489D; }

 p { color: rgb(175,72,157); }

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

background-color css

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

 a { background-color: rgb(175,72,157); }

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

border-color css

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

 span { border-color: rgb(175,72,157); }

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