Html Css Color HEX #AF30AF Fuchsia

📋 copy color: '#AF30AF'

red 175 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #AF30AF

Tints of Fuchsia #AF30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 43.97%
G = 12.06%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF30AF (or 0xAF30AF) is known color: Fuchsia. HEX triplet: AF, 30 and AF. RGB value is (175,48,175). Sum of RGB (Red+Green+Blue) = 175+48+175=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30AF is #50CF50. Grayscale: #646464. Windows color (decimal): -5295953 or 11481263. OLE color: 11481263.

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

Color convert

RGB 175 48 175 -
CMYK 0 0.73 0 0.31
HSL 300º 0.57% 0.44% -
HSV(B) 300º 0.73% 0.69% -
XYZ 26.47 14.32 41.93 -
YUV 100.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 175 48 175 0 0.73 0 0.31 300 0.57 0.44
Hex AF 30 AF 0 49 0 1F 12C 39 2C
Octal 257 60 257 0 111 0 37 454 71 54
Binary 10101111 110000 10101111 0 1001001 0 11111 100101100 111001 101100

Color Harmonies of #AF30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30AF

Black with #AF30AF

Text Example


Text Example

White with #AF30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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