Html Css Color HEX #AF449F Violet Blue

📋 copy color: '#AF449F'

red 175 ◦ green 68 ◦ blue 159

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

Shades of Violet Blue #AF449F

Tints of Violet Blue #AF449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 43.53%
G = 16.92%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF449F (or 0xAF449F) is known color: Violet Blue. HEX triplet: AF, 44 and 9F. RGB value is (175,68,159). Sum of RGB (Red+Green+Blue) = 175+68+159=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449F is #50BB60. Grayscale: #6E6E6E. Windows color (decimal): -5290849 or 10437807. OLE color: 10437807.

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

Color convert

RGB 175 68 159 -
CMYK 0 0.61 0.09 0.31
HSL 308.97º 0.44% 0.48% -
HSV(B) 308.97º 0.61% 0.69% -
XYZ 26 15.75 34.47 -
YUV 110.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 175 68 159 0 0.61 0.09 0.31 308.97 0.44 0.48
Hex AF 44 9F 0 3D 9 1F 135 2C 30
Octal 257 104 237 0 75 11 37 465 54 60
Binary 10101111 1000100 10011111 0 111101 1001 11111 100110101 101100 110000

Color Harmonies of #AF449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF449F

Black with #AF449F

Text Example


Text Example

White with #AF449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF449F; }

 p { color: rgb(175,68,159); }

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

background-color css

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

 a { background-color: rgb(175,68,159); }

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

border-color css

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

 span { border-color: rgb(175,68,159); }

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