Html Css Color HEX #AF58B2 Fuchsia

📋 copy color: '#AF58B2'

red 175 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #AF58B2

Tints of Fuchsia #AF58B2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 39.68%
G = 19.95%
B = 40.36%

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

#AF58B2 (or 0xAF58B2) is known color: Fuchsia. HEX triplet: AF, 58 and B2. RGB value is (175,88,178). Sum of RGB (Red+Green+Blue) = 175+88+178=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF58B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF58B2 is #50A74D. Grayscale: #7B7B7B. Windows color (decimal): -5285710 or 11688111. OLE color: 11688111.

HSL color Cylindrical-coordinate representation of color #AF58B2: hue angle of 298º 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 #AF58B2 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 88 178 -
CMYK 0.02 0.51 0 0.30
HSL 298º 0.37% 0.52% -
HSV(B) 298º 0.51% 0.7% -
XYZ 29.2 19.31 44.31 -
YUV 124.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 175 88 178 0.02 0.51 0 0.30 298 0.37 0.52
Hex AF 58 B2 2 33 0 1E 12A 25 34
Octal 257 130 262 2 63 0 36 452 45 64
Binary 10101111 1011000 10110010 10 110011 0 11110 100101010 100101 110100

Color Harmonies of #AF58B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58B2

Black with #AF58B2

Text Example


Text Example

White with #AF58B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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