#AF3EBE

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

Shades of Fuchsia #AF3EBE

Tints of Fuchsia #AF3EBE

Color information

#AF3EBE (or 0xAF3EBE) is unknown color: approx Fuchsia. HEX triplet: AF, 3E and BE. RGB value is (175,62,190). Sum of RGB (Red+Green+Blue) = 175+62+190=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EBE is #50C141. Grayscale: #6D6D6D. Windows color (decimal): -5292354 or 12467887. OLE color: 12467887.

HSL color Cylindrical-coordinate representation of color #AF3EBE: hue angle of 292.97º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3EBE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17562190-
CMYK0.080.6700.25
HSL292.97º50.79%49.41%-
HSV(B)292.97º67.37%74.51%-
XYZ28.716.2850.34-
YUV110.38172.94174.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=40.98%
G=14.52%
B=44.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175621900.080.6700.25292.9750.7949.41
HexAF3EBE8430191253331
Octal25776276101030314456361
Binary101011111111101011111010001000011011001100100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3EBE; }

 p { color: rgb(175,62,190); }

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

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

 a { background-color: rgb(175,62,190); }

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

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

 span { border-color: rgb(175,62,190); }

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