#AF0BF3

Color #AF0BF3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AF0BF3

Tints of Electric Purple #AF0BF3

Color information

#AF0BF3 (or 0xAF0BF3) is unknown color: approx Electric Purple. HEX triplet: AF, 0B and F3. RGB value is (175,11,243). Sum of RGB (Red+Green+Blue) = 175+11+243=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF0BF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BF3 is #50F40C. Grayscale: #555555. Windows color (decimal): -5305357 or 15928239. OLE color: 15928239.

HSL color Cylindrical-coordinate representation of color #AF0BF3: hue angle of 282.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BF3 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17511243-
CMYK0.280.9500.05
HSL282.41º91.34%49.8%-
HSV(B)282.41º95.47%95.29%-
XYZ33.9815.8286.06-
YUV86.48216.33191.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 11 (4.69% from 255) = 2.56%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=40.79%
G=2.56%
B=56.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175112430.280.9500.05282.4191.3449.8
HexAFBF31C5F0511a5b32
Octal25713363341370543213362
Binary1010111110111111001111100101111101011000110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0BF3; }

 p { color: rgb(175,11,243); }

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

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

 a { background-color: rgb(175,11,243); }

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

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

 span { border-color: rgb(175,11,243); }

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