Html Css Color HEX #AF60BC Fuchsia

📋 copy color: '#AF60BC'

red 175 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #AF60BC

Tints of Fuchsia #AF60BC

RGB

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

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

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

R = 38.13%
G = 20.92%
B = 40.96%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF60BC (or 0xAF60BC) is known color: Fuchsia. HEX triplet: AF, 60 and BC. RGB value is (175,96,188). Sum of RGB (Red+Green+Blue) = 175+96+188=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BC is #509F43. Grayscale: #818181. Windows color (decimal): -5283652 or 12345519. OLE color: 12345519.

HSL color Cylindrical-coordinate representation of color #AF60BC: hue angle of 291.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF60BC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 96 188 -
CMYK 0.07 0.49 0 0.26
HSL 291.52º 0.41% 0.56% -
HSV(B) 291.52º 0.49% 0.74% -
XYZ 30.94 21.11 50.02 -
YUV 130.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 175 96 188 0.07 0.49 0 0.26 291.52 0.41 0.56
Hex AF 60 BC 7 31 0 1A 124 29 38
Octal 257 140 274 7 61 0 32 444 51 70
Binary 10101111 1100000 10111100 111 110001 0 11010 100100100 101001 111000

Color Harmonies of #AF60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60BC

Black with #AF60BC

Text Example


Text Example

White with #AF60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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