Html Css Color HEX #AF409F Violet Blue

📋 copy color: '#AF409F'

red 175 ◦ green 64 ◦ blue 159

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

Shades of Violet Blue #AF409F

Tints of Violet Blue #AF409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 43.97%
G = 16.08%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF409F (or 0xAF409F) is known color: Violet Blue. HEX triplet: AF, 40 and 9F. RGB value is (175,64,159). Sum of RGB (Red+Green+Blue) = 175+64+159=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF409F is #50BF60. Grayscale: #6B6B6B. Windows color (decimal): -5291873 or 10436783. OLE color: 10436783.

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

Color convert

RGB 175 64 159 -
CMYK 0 0.63 0.09 0.31
HSL 308.65º 0.46% 0.47% -
HSV(B) 308.65º 0.63% 0.69% -
XYZ 25.77 15.28 34.39 -
YUV 108.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 175 64 159 0 0.63 0.09 0.31 308.65 0.46 0.47
Hex AF 40 9F 0 3F 9 1F 135 2E 2F
Octal 257 100 237 0 77 11 37 465 56 57
Binary 10101111 1000000 10011111 0 111111 1001 11111 100110101 101110 101111

Color Harmonies of #AF409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF409F

Black with #AF409F

Text Example


Text Example

White with #AF409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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