Html Css Color HEX #AF42BE Fuchsia

📋 copy color: '#AF42BE'

red 175 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #AF42BE

Tints of Fuchsia #AF42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.31%

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

R = 40.6%
G = 15.31%
B = 44.08%

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

#AF42BE (or 0xAF42BE) is known color: Fuchsia. HEX triplet: AF, 42 and BE. RGB value is (175,66,190). Sum of RGB (Red+Green+Blue) = 175+66+190=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BE is #50BD41. Grayscale: #707070. Windows color (decimal): -5291330 or 12468911. OLE color: 12468911.

HSL color Cylindrical-coordinate representation of color #AF42BE: hue angle of 292.74º 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 #AF42BE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 66 190 -
CMYK 0.08 0.65 0 0.25
HSL 292.74º 0.49% 0.5% -
HSV(B) 292.74º 0.65% 0.75% -
XYZ 28.92 16.73 50.42 -
YUV 112.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 175 66 190 0.08 0.65 0 0.25 292.74 0.49 0.5
Hex AF 42 BE 8 41 0 19 125 31 32
Octal 257 102 276 10 101 0 31 445 61 62
Binary 10101111 1000010 10111110 1000 1000001 0 11001 100100101 110001 110010

Color Harmonies of #AF42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42BE

Black with #AF42BE

Text Example


Text Example

White with #AF42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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