Html Css Color HEX #AF43BE Fuchsia

📋 copy color: '#AF43BE'

red 175 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #AF43BE

Tints of Fuchsia #AF43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 40.51%
G = 15.51%
B = 43.98%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF43BE (or 0xAF43BE) is known color: Fuchsia. HEX triplet: AF, 43 and BE. RGB value is (175,67,190). Sum of RGB (Red+Green+Blue) = 175+67+190=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BE is #50BC41. Grayscale: #707070. Windows color (decimal): -5291074 or 12469167. OLE color: 12469167.

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

Color convert

RGB 175 67 190 -
CMYK 0.08 0.65 0 0.25
HSL 292.68º 0.49% 0.5% -
HSV(B) 292.68º 0.65% 0.75% -
XYZ 28.98 16.85 50.44 -
YUV 113.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 175 67 190 0.08 0.65 0 0.25 292.68 0.49 0.5
Hex AF 43 BE 8 41 0 19 125 31 32
Octal 257 103 276 10 101 0 31 445 61 62
Binary 10101111 1000011 10111110 1000 1000001 0 11001 100100101 110001 110010

Color Harmonies of #AF43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43BE

Black with #AF43BE

Text Example


Text Example

White with #AF43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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