Html Css Color HEX #AF4CB4 Fuchsia

📋 copy color: '#AF4CB4'

red 175 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #AF4CB4

Tints of Fuchsia #AF4CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 40.6%
G = 17.63%
B = 41.76%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF4CB4 (or 0xAF4CB4) is known color: Fuchsia. HEX triplet: AF, 4C and B4. RGB value is (175,76,180). Sum of RGB (Red+Green+Blue) = 175+76+180=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF4CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CB4 is #50B34B. Grayscale: #757575. Windows color (decimal): -5288780 or 11816111. OLE color: 11816111.

HSL color Cylindrical-coordinate representation of color #AF4CB4: hue angle of 297.12º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4CB4 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 76 180 -
CMYK 0.03 0.58 0 0.29
HSL 297.12º 0.41% 0.5% -
HSV(B) 297.12º 0.58% 0.71% -
XYZ 28.5 17.58 45.07 -
YUV 117.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 175 76 180 0.03 0.58 0 0.29 297.12 0.41 0.5
Hex AF 4C B4 3 3A 0 1D 129 29 32
Octal 257 114 264 3 72 0 35 451 51 62
Binary 10101111 1001100 10110100 11 111010 0 11101 100101001 101001 110010

Color Harmonies of #AF4CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CB4

Black with #AF4CB4

Text Example


Text Example

White with #AF4CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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