Html Css Color HEX #AF38AD Fuchsia

📋 copy color: '#AF38AD'

red 175 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #AF38AD

Tints of Fuchsia #AF38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.86%

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

R = 43.32%
G = 13.86%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF38AD (or 0xAF38AD) is known color: Fuchsia. HEX triplet: AF, 38 and AD. RGB value is (175,56,173). Sum of RGB (Red+Green+Blue) = 175+56+173=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38AD is #50C752. Grayscale: #686868. Windows color (decimal): -5293907 or 11352239. OLE color: 11352239.

HSL color Cylindrical-coordinate representation of color #AF38AD: hue angle of 301.01º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF38AD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 173 -
CMYK 0 0.68 0.01 0.31
HSL 301.01º 0.52% 0.45% -
HSV(B) 301.01º 0.68% 0.69% -
XYZ 26.64 14.96 41.02 -
YUV 104.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 175 56 173 0 0.68 0.01 0.31 301.01 0.52 0.45
Hex AF 38 AD 0 44 1 1F 12D 34 2D
Octal 257 70 255 0 104 1 37 455 64 55
Binary 10101111 111000 10101101 0 1000100 1 11111 100101101 110100 101101

Color Harmonies of #AF38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38AD

Black with #AF38AD

Text Example


Text Example

White with #AF38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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