Html Css Color HEX #AF60BA Fuchsia

📋 copy color: '#AF60BA'

red 175 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #AF60BA

Tints of Fuchsia #AF60BA

RGB

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

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

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

R = 38.29%
G = 21.01%
B = 40.7%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF60BA (or 0xAF60BA) is known color: Fuchsia. HEX triplet: AF, 60 and BA. RGB value is (175,96,186). Sum of RGB (Red+Green+Blue) = 175+96+186=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BA is #509F45. Grayscale: #818181. Windows color (decimal): -5283654 or 12214447. OLE color: 12214447.

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

Color convert

RGB 175 96 186 -
CMYK 0.06 0.48 0 0.27
HSL 292.67º 0.39% 0.55% -
HSV(B) 292.67º 0.48% 0.73% -
XYZ 30.73 21.02 48.89 -
YUV 129.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 175 96 186 0.06 0.48 0 0.27 292.67 0.39 0.55
Hex AF 60 BA 6 30 0 1B 125 27 37
Octal 257 140 272 6 60 0 33 445 47 67
Binary 10101111 1100000 10111010 110 110000 0 11011 100100101 100111 110111

Color Harmonies of #AF60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60BA

Black with #AF60BA

Text Example


Text Example

White with #AF60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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