Html Css Color HEX #AF41B2 Fuchsia

📋 copy color: '#AF41B2'

red 175 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #AF41B2

Tints of Fuchsia #AF41B2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 41.87%
G = 15.55%
B = 42.58%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF41B2 (or 0xAF41B2) is known color: Fuchsia. HEX triplet: AF, 41 and B2. RGB value is (175,65,178). Sum of RGB (Red+Green+Blue) = 175+65+178=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF41B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41B2 is #50BE4D. Grayscale: #6E6E6E. Windows color (decimal): -5291598 or 11682223. OLE color: 11682223.

HSL color Cylindrical-coordinate representation of color #AF41B2: hue angle of 298.41º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF41B2 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 65 178 -
CMYK 0.02 0.63 0 0.30
HSL 298.41º 0.47% 0.48% -
HSV(B) 298.41º 0.63% 0.7% -
XYZ 27.61 16.11 43.77 -
YUV 110.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 175 65 178 0.02 0.63 0 0.30 298.41 0.47 0.48
Hex AF 41 B2 2 3F 0 1E 12A 2F 30
Octal 257 101 262 2 77 0 36 452 57 60
Binary 10101111 1000001 10110010 10 111111 0 11110 100101010 101111 110000

Color Harmonies of #AF41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41B2

Black with #AF41B2

Text Example


Text Example

White with #AF41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41B2; }

 p { color: rgb(175,65,178); }

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

background-color css

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

 a { background-color: rgb(175,65,178); }

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

border-color css

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

 span { border-color: rgb(175,65,178); }

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