Html Css Color HEX #AF42BA Fuchsia

📋 copy color: '#AF42BA'

red 175 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #AF42BA

Tints of Fuchsia #AF42BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 40.98%
G = 15.46%
B = 43.56%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF42BA (or 0xAF42BA) is known color: Fuchsia. HEX triplet: AF, 42 and BA. RGB value is (175,66,186). Sum of RGB (Red+Green+Blue) = 175+66+186=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BA is #50BD45. Grayscale: #6F6F6F. Windows color (decimal): -5291334 or 12206767. OLE color: 12206767.

HSL color Cylindrical-coordinate representation of color #AF42BA: hue angle of 294.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF42BA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 66 186 -
CMYK 0.06 0.65 0 0.27
HSL 294.5º 0.48% 0.49% -
HSV(B) 294.5º 0.65% 0.73% -
XYZ 28.49 16.56 48.15 -
YUV 112.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 175 66 186 0.06 0.65 0 0.27 294.5 0.48 0.49
Hex AF 42 BA 6 41 0 1B 126 30 31
Octal 257 102 272 6 101 0 33 446 60 61
Binary 10101111 1000010 10111010 110 1000001 0 11011 100100110 110000 110001

Color Harmonies of #AF42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42BA

Black with #AF42BA

Text Example


Text Example

White with #AF42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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