Html Css Color HEX #AF35A8 Fuchsia

📋 copy color: '#AF35A8'

red 175 ◦ green 53 ◦ blue 168

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

Shades of Fuchsia #AF35A8

Tints of Fuchsia #AF35A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 168 (66.02% from 255) = 42.42%

R = 44.19%
G = 13.38%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF35A8 (or 0xAF35A8) is known color: Fuchsia. HEX triplet: AF, 35 and A8. RGB value is (175,53,168). Sum of RGB (Red+Green+Blue) = 175+53+168=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF35A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF35A8 is #50CA57. Grayscale: #666666. Windows color (decimal): -5294680 or 11023791. OLE color: 11023791.

HSL color Cylindrical-coordinate representation of color #AF35A8: hue angle of 303.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF35A8 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 168 -
CMYK 0 0.70 0.04 0.31
HSL 303.44º 0.54% 0.45% -
HSV(B) 303.44º 0.7% 0.69% -
XYZ 26.02 14.49 38.47 -
YUV 102.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 175 53 168 0 0.70 0.04 0.31 303.44 0.54 0.45
Hex AF 35 A8 0 46 4 1F 12F 36 2D
Octal 257 65 250 0 106 4 37 457 66 55
Binary 10101111 110101 10101000 0 1000110 100 11111 100101111 110110 101101

Color Harmonies of #AF35A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35A8

Black with #AF35A8

Text Example


Text Example

White with #AF35A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35A8; }

 p { color: rgb(175,53,168); }

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

background-color css

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

 a { background-color: rgb(175,53,168); }

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

border-color css

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

 span { border-color: rgb(175,53,168); }

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