Html Css Color HEX #AF42BC Fuchsia

📋 copy color: '#AF42BC'

red 175 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #AF42BC

Tints of Fuchsia #AF42BC

RGB

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

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

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

R = 40.79%
G = 15.38%
B = 43.82%

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

#AF42BC (or 0xAF42BC) is known color: Fuchsia. HEX triplet: AF, 42 and BC. RGB value is (175,66,188). Sum of RGB (Red+Green+Blue) = 175+66+188=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BC is #50BD43. Grayscale: #707070. Windows color (decimal): -5291332 or 12337839. OLE color: 12337839.

HSL color Cylindrical-coordinate representation of color #AF42BC: hue angle of 293.61º degrees, saturation: 0.48, 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 #AF42BC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 66 188 -
CMYK 0.07 0.65 0 0.26
HSL 293.61º 0.48% 0.5% -
HSV(B) 293.61º 0.65% 0.74% -
XYZ 28.7 16.64 49.28 -
YUV 112.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 175 66 188 0.07 0.65 0 0.26 293.61 0.48 0.5
Hex AF 42 BC 7 41 0 1A 126 30 32
Octal 257 102 274 7 101 0 32 446 60 62
Binary 10101111 1000010 10111100 111 1000001 0 11010 100100110 110000 110010

Color Harmonies of #AF42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42BC

Black with #AF42BC

Text Example


Text Example

White with #AF42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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