Html Css Color HEX #AF41BC Fuchsia

📋 copy color: '#AF41BC'

red 175 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #AF41BC

Tints of Fuchsia #AF41BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 40.89%
G = 15.19%
B = 43.93%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF41BC (or 0xAF41BC) is known color: Fuchsia. HEX triplet: AF, 41 and BC. RGB value is (175,65,188). Sum of RGB (Red+Green+Blue) = 175+65+188=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF41BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41BC is #50BE43. Grayscale: #6F6F6F. Windows color (decimal): -5291588 or 12337583. OLE color: 12337583.

HSL color Cylindrical-coordinate representation of color #AF41BC: hue angle of 293.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF41BC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 65 188 -
CMYK 0.07 0.65 0 0.26
HSL 293.66º 0.49% 0.5% -
HSV(B) 293.66º 0.65% 0.74% -
XYZ 28.65 16.53 49.26 -
YUV 111.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 175 65 188 0.07 0.65 0 0.26 293.66 0.49 0.5
Hex AF 41 BC 7 41 0 1A 126 31 32
Octal 257 101 274 7 101 0 32 446 61 62
Binary 10101111 1000001 10111100 111 1000001 0 11010 100100110 110001 110010

Color Harmonies of #AF41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41BC

Black with #AF41BC

Text Example


Text Example

White with #AF41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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