Html Css Color HEX #AF63BE Fuchsia

📋 copy color: '#AF63BE'

red 175 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #AF63BE

Tints of Fuchsia #AF63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 37.72%
G = 21.34%
B = 40.95%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF63BE (or 0xAF63BE) is known color: Fuchsia. HEX triplet: AF, 63 and BE. RGB value is (175,99,190). Sum of RGB (Red+Green+Blue) = 175+99+190=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF63BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63BE is #509C41. Grayscale: #838383. Windows color (decimal): -5282882 or 12477359. OLE color: 12477359.

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

Color convert

RGB 175 99 190 -
CMYK 0.08 0.48 0 0.25
HSL 290.11º 0.41% 0.57% -
HSV(B) 290.11º 0.48% 0.75% -
XYZ 31.44 21.76 51.26 -
YUV 132.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 175 99 190 0.08 0.48 0 0.25 290.11 0.41 0.57
Hex AF 63 BE 8 30 0 19 122 29 39
Octal 257 143 276 10 60 0 31 442 51 71
Binary 10101111 1100011 10111110 1000 110000 0 11001 100100010 101001 111001

Color Harmonies of #AF63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63BE

Black with #AF63BE

Text Example


Text Example

White with #AF63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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