Html Css Color HEX #AF55B2 Fuchsia

📋 copy color: '#AF55B2'

red 175 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #AF55B2

Tints of Fuchsia #AF55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 39.95%
G = 19.41%
B = 40.64%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF55B2 (or 0xAF55B2) is known color: Fuchsia. HEX triplet: AF, 55 and B2. RGB value is (175,85,178). Sum of RGB (Red+Green+Blue) = 175+85+178=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55B2 is #50AA4D. Grayscale: #7A7A7A. Windows color (decimal): -5286478 or 11687343. OLE color: 11687343.

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

Color convert

RGB 175 85 178 -
CMYK 0.02 0.52 0 0.30
HSL 298.06º 0.38% 0.52% -
HSV(B) 298.06º 0.52% 0.7% -
XYZ 28.96 18.83 44.23 -
YUV 122.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 175 85 178 0.02 0.52 0 0.30 298.06 0.38 0.52
Hex AF 55 B2 2 34 0 1E 12A 26 34
Octal 257 125 262 2 64 0 36 452 46 64
Binary 10101111 1010101 10110010 10 110100 0 11110 100101010 100110 110100

Color Harmonies of #AF55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55B2

Black with #AF55B2

Text Example


Text Example

White with #AF55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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