Html Css Color HEX #AF39BA Fuchsia

📋 copy color: '#AF39BA'

red 175 ◦ green 57 ◦ blue 186

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

Shades of Fuchsia #AF39BA

Tints of Fuchsia #AF39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 41.87%
G = 13.64%
B = 44.5%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF39BA (or 0xAF39BA) is known color: Fuchsia. HEX triplet: AF, 39 and BA. RGB value is (175,57,186). Sum of RGB (Red+Green+Blue) = 175+57+186=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39BA is #50C645. Grayscale: #6A6A6A. Windows color (decimal): -5293638 or 12204463. OLE color: 12204463.

HSL color Cylindrical-coordinate representation of color #AF39BA: hue angle of 294.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF39BA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 57 186 -
CMYK 0.06 0.69 0 0.27
HSL 294.88º 0.53% 0.48% -
HSV(B) 294.88º 0.69% 0.73% -
XYZ 28.01 15.59 47.99 -
YUV 106.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 175 57 186 0.06 0.69 0 0.27 294.88 0.53 0.48
Hex AF 39 BA 6 45 0 1B 127 35 30
Octal 257 71 272 6 105 0 33 447 65 60
Binary 10101111 111001 10111010 110 1000101 0 11011 100100111 110101 110000

Color Harmonies of #AF39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39BA

Black with #AF39BA

Text Example


Text Example

White with #AF39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39BA; }

 p { color: rgb(175,57,186); }

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

background-color css

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

 a { background-color: rgb(175,57,186); }

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

border-color css

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

 span { border-color: rgb(175,57,186); }

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