Html Css Color HEX #AF5AB2 Fuchsia

📋 copy color: '#AF5AB2'

red 175 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #AF5AB2

Tints of Fuchsia #AF5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 39.5%
G = 20.32%
B = 40.18%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF5AB2 (or 0xAF5AB2) is known color: Fuchsia. HEX triplet: AF, 5A and B2. RGB value is (175,90,178). Sum of RGB (Red+Green+Blue) = 175+90+178=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AB2 is #50A54D. Grayscale: #7D7D7D. Windows color (decimal): -5285198 or 11688623. OLE color: 11688623.

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

Color convert

RGB 175 90 178 -
CMYK 0.02 0.49 0 0.30
HSL 297.95º 0.36% 0.53% -
HSV(B) 297.95º 0.49% 0.7% -
XYZ 29.37 19.64 44.36 -
YUV 125.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 175 90 178 0.02 0.49 0 0.30 297.95 0.36 0.53
Hex AF 5A B2 2 31 0 1E 12A 24 35
Octal 257 132 262 2 61 0 36 452 44 65
Binary 10101111 1011010 10110010 10 110001 0 11110 100101010 100100 110101

Color Harmonies of #AF5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AB2

Black with #AF5AB2

Text Example


Text Example

White with #AF5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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