Html Css Color HEX #AF30AD Fuchsia

📋 copy color: '#AF30AD'

red 175 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #AF30AD

Tints of Fuchsia #AF30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 44.19%
G = 12.12%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF30AD (or 0xAF30AD) is known color: Fuchsia. HEX triplet: AF, 30 and AD. RGB value is (175,48,173). Sum of RGB (Red+Green+Blue) = 175+48+173=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30AD is #50CF52. Grayscale: #636363. Windows color (decimal): -5295955 or 11350191. OLE color: 11350191.

HSL color Cylindrical-coordinate representation of color #AF30AD: hue angle of 300.94º 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 #AF30AD is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 173 -
CMYK 0 0.73 0.01 0.31
HSL 300.94º 0.57% 0.44% -
HSV(B) 300.94º 0.73% 0.69% -
XYZ 26.28 14.24 40.9 -
YUV 100.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 175 48 173 0 0.73 0.01 0.31 300.94 0.57 0.44
Hex AF 30 AD 0 49 1 1F 12D 39 2C
Octal 257 60 255 0 111 1 37 455 71 54
Binary 10101111 110000 10101101 0 1001001 1 11111 100101101 111001 101100

Color Harmonies of #AF30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30AD

Black with #AF30AD

Text Example


Text Example

White with #AF30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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