Html Css Color HEX #AF60BE Fuchsia

📋 copy color: '#AF60BE'

red 175 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #AF60BE

Tints of Fuchsia #AF60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 37.96%
G = 20.82%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF60BE (or 0xAF60BE) is known color: Fuchsia. HEX triplet: AF, 60 and BE. RGB value is (175,96,190). Sum of RGB (Red+Green+Blue) = 175+96+190=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BE is #509F41. Grayscale: #828282. Windows color (decimal): -5283650 or 12476591. OLE color: 12476591.

HSL color Cylindrical-coordinate representation of color #AF60BE: hue angle of 290.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF60BE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 96 190 -
CMYK 0.08 0.49 0 0.25
HSL 290.43º 0.42% 0.56% -
HSV(B) 290.43º 0.49% 0.75% -
XYZ 31.16 21.2 51.16 -
YUV 130.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 175 96 190 0.08 0.49 0 0.25 290.43 0.42 0.56
Hex AF 60 BE 8 31 0 19 122 2A 38
Octal 257 140 276 10 61 0 31 442 52 70
Binary 10101111 1100000 10111110 1000 110001 0 11001 100100010 101010 111000

Color Harmonies of #AF60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60BE

Black with #AF60BE

Text Example


Text Example

White with #AF60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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