Html Css Color HEX #AF57B2 Fuchsia

📋 copy color: '#AF57B2'

red 175 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #AF57B2

Tints of Fuchsia #AF57B2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 39.77%
G = 19.77%
B = 40.45%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF57B2 (or 0xAF57B2) is known color: Fuchsia. HEX triplet: AF, 57 and B2. RGB value is (175,87,178). Sum of RGB (Red+Green+Blue) = 175+87+178=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF57B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57B2 is #50A84D. Grayscale: #7B7B7B. Windows color (decimal): -5285966 or 11687855. OLE color: 11687855.

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

Color convert

RGB 175 87 178 -
CMYK 0.02 0.51 0 0.30
HSL 298.02º 0.37% 0.52% -
HSV(B) 298.02º 0.51% 0.7% -
XYZ 29.12 19.14 44.28 -
YUV 123.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 175 87 178 0.02 0.51 0 0.30 298.02 0.37 0.52
Hex AF 57 B2 2 33 0 1E 12A 25 34
Octal 257 127 262 2 63 0 36 452 45 64
Binary 10101111 1010111 10110010 10 110011 0 11110 100101010 100101 110100

Color Harmonies of #AF57B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57B2

Black with #AF57B2

Text Example


Text Example

White with #AF57B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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