Html Css Color HEX #AF62BC Fuchsia

📋 copy color: '#AF62BC'

red 175 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #AF62BC

Tints of Fuchsia #AF62BC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

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

R = 37.96%
G = 21.26%
B = 40.78%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF62BC (or 0xAF62BC) is known color: Fuchsia. HEX triplet: AF, 62 and BC. RGB value is (175,98,188). Sum of RGB (Red+Green+Blue) = 175+98+188=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62BC is #509D43. Grayscale: #838383. Windows color (decimal): -5283140 or 12346031. OLE color: 12346031.

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

Color convert

RGB 175 98 188 -
CMYK 0.07 0.48 0 0.26
HSL 291.33º 0.4% 0.56% -
HSV(B) 291.33º 0.48% 0.74% -
XYZ 31.12 21.48 50.08 -
YUV 131.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 175 98 188 0.07 0.48 0 0.26 291.33 0.4 0.56
Hex AF 62 BC 7 30 0 1A 123 28 38
Octal 257 142 274 7 60 0 32 443 50 70
Binary 10101111 1100010 10111100 111 110000 0 11010 100100011 101000 111000

Color Harmonies of #AF62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62BC

Black with #AF62BC

Text Example


Text Example

White with #AF62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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