Html Css Color HEX #AF39B2 Fuchsia

📋 copy color: '#AF39B2'

red 175 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #AF39B2

Tints of Fuchsia #AF39B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 42.68%
G = 13.9%
B = 43.41%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF39B2 (or 0xAF39B2) is known color: Fuchsia. HEX triplet: AF, 39 and B2. RGB value is (175,57,178). Sum of RGB (Red+Green+Blue) = 175+57+178=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF39B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39B2 is #50C64D. Grayscale: #696969. Windows color (decimal): -5293646 or 11680175. OLE color: 11680175.

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

Color convert

RGB 175 57 178 -
CMYK 0.02 0.68 0 0.30
HSL 298.51º 0.51% 0.46% -
HSV(B) 298.51º 0.68% 0.7% -
XYZ 27.18 15.25 43.63 -
YUV 106.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 175 57 178 0.02 0.68 0 0.30 298.51 0.51 0.46
Hex AF 39 B2 2 44 0 1E 12B 33 2E
Octal 257 71 262 2 104 0 36 453 63 56
Binary 10101111 111001 10110010 10 1000100 0 11110 100101011 110011 101110

Color Harmonies of #AF39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39B2

Black with #AF39B2

Text Example


Text Example

White with #AF39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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