Html Css Color HEX #AF5AB3 Fuchsia

📋 copy color: '#AF5AB3'

red 175 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #AF5AB3

Tints of Fuchsia #AF5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 39.41%
G = 20.27%
B = 40.32%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF5AB3 (or 0xAF5AB3) is known color: Fuchsia. HEX triplet: AF, 5A and B3. RGB value is (175,90,179). Sum of RGB (Red+Green+Blue) = 175+90+179=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF5AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB3 is #50A54C. Grayscale: #7D7D7D. Windows color (decimal): -5285197 or 11754159. OLE color: 11754159.

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

Color convert

RGB 175 90 179 -
CMYK 0.02 0.50 0 0.30
HSL 297.3º 0.37% 0.53% -
HSV(B) 297.3º 0.5% 0.7% -
XYZ 29.47 19.68 44.89 -
YUV 125.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 175 90 179 0.02 0.50 0 0.30 297.3 0.37 0.53
Hex AF 5A B3 2 32 0 1E 129 25 35
Octal 257 132 263 2 62 0 36 451 45 65
Binary 10101111 1011010 10110011 10 110010 0 11110 100101001 100101 110101

Color Harmonies of #AF5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AB3

Black with #AF5AB3

Text Example


Text Example

White with #AF5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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