Html Css Color HEX #AF42C1 Fuchsia

📋 copy color: '#AF42C1'

red 175 ◦ green 66 ◦ blue 193

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

Shades of Fuchsia #AF42C1

Tints of Fuchsia #AF42C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 40.32%
G = 15.21%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF42C1 (or 0xAF42C1) is known color: Fuchsia. HEX triplet: AF, 42 and C1. RGB value is (175,66,193). Sum of RGB (Red+Green+Blue) = 175+66+193=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF42C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C1 is #50BD3E. Grayscale: #707070. Windows color (decimal): -5291327 or 12665519. OLE color: 12665519.

HSL color Cylindrical-coordinate representation of color #AF42C1: hue angle of 291.5º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF42C1 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 66 193 -
CMYK 0.09 0.66 0 0.24
HSL 291.5º 0.51% 0.51% -
HSV(B) 291.5º 0.66% 0.76% -
XYZ 29.25 16.86 52.16 -
YUV 113.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 175 66 193 0.09 0.66 0 0.24 291.5 0.51 0.51
Hex AF 42 C1 9 42 0 18 123 33 33
Octal 257 102 301 11 102 0 30 443 63 63
Binary 10101111 1000010 11000001 1001 1000010 0 11000 100100011 110011 110011

Color Harmonies of #AF42C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42C1

Black with #AF42C1

Text Example


Text Example

White with #AF42C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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