Html Css Color HEX #AF4CB7 Fuchsia

📋 copy color: '#AF4CB7'

red 175 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #AF4CB7

Tints of Fuchsia #AF4CB7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 40.32%
G = 17.51%
B = 42.17%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF4CB7 (or 0xAF4CB7) is known color: Fuchsia. HEX triplet: AF, 4C and B7. RGB value is (175,76,183). Sum of RGB (Red+Green+Blue) = 175+76+183=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF4CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CB7 is #50B348. Grayscale: #757575. Windows color (decimal): -5288777 or 12012719. OLE color: 12012719.

HSL color Cylindrical-coordinate representation of color #AF4CB7: hue angle of 295.51º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4CB7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 76 183 -
CMYK 0.04 0.58 0 0.28
HSL 295.51º 0.43% 0.51% -
HSV(B) 295.51º 0.58% 0.72% -
XYZ 28.81 17.7 46.7 -
YUV 117.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 175 76 183 0.04 0.58 0 0.28 295.51 0.43 0.51
Hex AF 4C B7 4 3A 0 1C 128 2B 33
Octal 257 114 267 4 72 0 34 450 53 63
Binary 10101111 1001100 10110111 100 111010 0 11100 100101000 101011 110011

Color Harmonies of #AF4CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CB7

Black with #AF4CB7

Text Example


Text Example

White with #AF4CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CB7; }

 p { color: rgb(175,76,183); }

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

background-color css

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

 a { background-color: rgb(175,76,183); }

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

border-color css

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

 span { border-color: rgb(175,76,183); }

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