Html Css Color HEX #AF489B Violet Blue

📋 copy color: '#AF489B'

red 175 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #AF489B

Tints of Violet Blue #AF489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 43.53%
G = 17.91%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF489B (or 0xAF489B) is known color: Violet Blue. HEX triplet: AF, 48 and 9B. RGB value is (175,72,155). Sum of RGB (Red+Green+Blue) = 175+72+155=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF489B is #50B764. Grayscale: #707070. Windows color (decimal): -5289829 or 10176687. OLE color: 10176687.

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

Color convert

RGB 175 72 155 -
CMYK 0 0.59 0.11 0.31
HSL 311.65º 0.42% 0.48% -
HSV(B) 311.65º 0.59% 0.69% -
XYZ 25.91 16.12 32.76 -
YUV 112.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 175 72 155 0 0.59 0.11 0.31 311.65 0.42 0.48
Hex AF 48 9B 0 3B B 1F 138 2A 30
Octal 257 110 233 0 73 13 37 470 52 60
Binary 10101111 1001000 10011011 0 111011 1011 11111 100111000 101010 110000

Color Harmonies of #AF489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF489B

Black with #AF489B

Text Example


Text Example

White with #AF489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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