Html Css Color HEX #AF30AB Fuchsia

📋 copy color: '#AF30AB'

red 175 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #AF30AB

Tints of Fuchsia #AF30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 44.42%
G = 12.18%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF30AB (or 0xAF30AB) is known color: Fuchsia. HEX triplet: AF, 30 and AB. RGB value is (175,48,171). Sum of RGB (Red+Green+Blue) = 175+48+171=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30AB is #50CF54. Grayscale: #636363. Windows color (decimal): -5295957 or 11219119. OLE color: 11219119.

HSL color Cylindrical-coordinate representation of color #AF30AB: hue angle of 301.89º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF30AB is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 171 -
CMYK 0 0.73 0.02 0.31
HSL 301.89º 0.57% 0.44% -
HSV(B) 301.89º 0.73% 0.69% -
XYZ 26.09 14.17 39.89 -
YUV 100 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 175 48 171 0 0.73 0.02 0.31 301.89 0.57 0.44
Hex AF 30 AB 0 49 2 1F 12E 39 2C
Octal 257 60 253 0 111 2 37 456 71 54
Binary 10101111 110000 10101011 0 1001001 10 11111 100101110 111001 101100

Color Harmonies of #AF30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30AB

Black with #AF30AB

Text Example


Text Example

White with #AF30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30AB; }

 p { color: rgb(175,48,171); }

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

background-color css

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

 a { background-color: rgb(175,48,171); }

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

border-color css

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

 span { border-color: rgb(175,48,171); }

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