Html Css Color HEX #AF3F9F Violet Blue

📋 copy color: '#AF3F9F'

red 175 ◦ green 63 ◦ blue 159

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

Shades of Violet Blue #AF3F9F

Tints of Violet Blue #AF3F9F

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 44.08%
G = 15.87%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF3F9F (or 0xAF3F9F) is known color: Violet Blue. HEX triplet: AF, 3F and 9F. RGB value is (175,63,159). Sum of RGB (Red+Green+Blue) = 175+63+159=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F9F is #50C060. Grayscale: #6B6B6B. Windows color (decimal): -5292129 or 10436527. OLE color: 10436527.

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

Color convert

RGB 175 63 159 -
CMYK 0 0.64 0.09 0.31
HSL 308.57º 0.47% 0.47% -
HSV(B) 308.57º 0.64% 0.69% -
XYZ 25.71 15.17 34.37 -
YUV 107.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 175 63 159 0 0.64 0.09 0.31 308.57 0.47 0.47
Hex AF 3F 9F 0 40 9 1F 135 2F 2F
Octal 257 77 237 0 100 11 37 465 57 57
Binary 10101111 111111 10011111 0 1000000 1001 11111 100110101 101111 101111

Color Harmonies of #AF3F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F9F

Black with #AF3F9F

Text Example


Text Example

White with #AF3F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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