Html Css Color HEX #AF3FA7 Violet Blue

📋 copy color: '#AF3FA7'

red 175 ◦ green 63 ◦ blue 167

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

Shades of Violet Blue #AF3FA7

Tints of Violet Blue #AF3FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 43.21%
G = 15.56%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF3FA7 (or 0xAF3FA7) is known color: Violet Blue. HEX triplet: AF, 3F and A7. RGB value is (175,63,167). Sum of RGB (Red+Green+Blue) = 175+63+167=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA7 is #50C058. Grayscale: #6C6C6C. Windows color (decimal): -5292121 or 10960815. OLE color: 10960815.

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

Color convert

RGB 175 63 167 -
CMYK 0 0.64 0.05 0.31
HSL 304.29º 0.47% 0.47% -
HSV(B) 304.29º 0.64% 0.69% -
XYZ 26.43 15.46 38.15 -
YUV 108.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 175 63 167 0 0.64 0.05 0.31 304.29 0.47 0.47
Hex AF 3F A7 0 40 5 1F 130 2F 2F
Octal 257 77 247 0 100 5 37 460 57 57
Binary 10101111 111111 10100111 0 1000000 101 11111 100110000 101111 101111

Color Harmonies of #AF3FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FA7

Black with #AF3FA7

Text Example


Text Example

White with #AF3FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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