Html Css Color HEX #AF4FB3 Fuchsia

📋 copy color: '#AF4FB3'

red 175 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #AF4FB3

Tints of Fuchsia #AF4FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 40.42%
G = 18.24%
B = 41.34%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF4FB3 (or 0xAF4FB3) is known color: Fuchsia. HEX triplet: AF, 4F and B3. RGB value is (175,79,179). Sum of RGB (Red+Green+Blue) = 175+79+179=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF4FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FB3 is #50B04C. Grayscale: #767676. Windows color (decimal): -5288013 or 11751343. OLE color: 11751343.

HSL color Cylindrical-coordinate representation of color #AF4FB3: hue angle of 297.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4FB3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 79 179 -
CMYK 0.02 0.56 0 0.30
HSL 297.6º 0.4% 0.51% -
HSV(B) 297.6º 0.56% 0.7% -
XYZ 28.61 17.96 44.61 -
YUV 119.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 175 79 179 0.02 0.56 0 0.30 297.6 0.4 0.51
Hex AF 4F B3 2 38 0 1E 12A 28 33
Octal 257 117 263 2 70 0 36 452 50 63
Binary 10101111 1001111 10110011 10 111000 0 11110 100101010 101000 110011

Color Harmonies of #AF4FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FB3

Black with #AF4FB3

Text Example


Text Example

White with #AF4FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FB3; }

 p { color: rgb(175,79,179); }

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

background-color css

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

 a { background-color: rgb(175,79,179); }

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

border-color css

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

 span { border-color: rgb(175,79,179); }

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