Html Css Color HEX #AF489A Violet Blue

📋 copy color: '#AF489A'

red 175 ◦ green 72 ◦ blue 154

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

Shades of Violet Blue #AF489A

Tints of Violet Blue #AF489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 43.64%
G = 17.96%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF489A (or 0xAF489A) is known color: Violet Blue. HEX triplet: AF, 48 and 9A. RGB value is (175,72,154). Sum of RGB (Red+Green+Blue) = 175+72+154=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF489A is #50B765. Grayscale: #6F6F6F. Windows color (decimal): -5289830 or 10111151. OLE color: 10111151.

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

Color convert

RGB 175 72 154 -
CMYK 0 0.59 0.12 0.31
HSL 312.23º 0.42% 0.48% -
HSV(B) 312.23º 0.59% 0.69% -
XYZ 25.83 16.08 32.31 -
YUV 112.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 175 72 154 0 0.59 0.12 0.31 312.23 0.42 0.48
Hex AF 48 9A 0 3B C 1F 138 2A 30
Octal 257 110 232 0 73 14 37 470 52 60
Binary 10101111 1001000 10011010 0 111011 1100 11111 100111000 101010 110000

Color Harmonies of #AF489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF489A

Black with #AF489A

Text Example


Text Example

White with #AF489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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