#AF38F1

Color #AF38F1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AF38F1

Tints of Blue Violet #AF38F1

Color information

#AF38F1 (or 0xAF38F1) is unknown color: approx Blue Violet. HEX triplet: AF, 38 and F1. RGB value is (175,56,241). Sum of RGB (Red+Green+Blue) = 175+56+241=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF38F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF38F1 is #50C70E. Grayscale: #707070. Windows color (decimal): -5293839 or 15808687. OLE color: 15808687.

HSL color Cylindrical-coordinate representation of color #AF38F1: hue angle of 278.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF38F1 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17556241-
CMYK0.270.7700.05
HSL278.59º86.85%58.24%-
HSV(B)278.59º76.76%94.51%-
XYZ34.9718.2984.91-
YUV112.67200.42172.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 56 (22.27% from 255) = 11.86%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=37.08%
G=11.86%
B=51.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175562410.270.7700.05278.5986.8558.24
HexAF38F11B4D05117573a
Octal25770361331150542712772
Binary101011111110001111000111011100110101011000101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF38F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF38F1; }

 p { color: rgb(175,56,241); }

 H1.HeaderClassName
 {
   color: #AF38F1;
 }
 .AnyTagClassName
 {
   color: #AF38F1;
 }
</style>
background-color css

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

 a { background-color: rgb(175,56,241); }

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

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

 span { border-color: rgb(175,56,241); }

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