Html Css Color HEX #AF38B8 Fuchsia

📋 copy color: '#AF38B8'

red 175 ◦ green 56 ◦ blue 184

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

Shades of Fuchsia #AF38B8

Tints of Fuchsia #AF38B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.34%

R = 42.17%
G = 13.49%
B = 44.34%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF38B8 (or 0xAF38B8) is known color: Fuchsia. HEX triplet: AF, 38 and B8. RGB value is (175,56,184). Sum of RGB (Red+Green+Blue) = 175+56+184=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF38B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38B8 is #50C747. Grayscale: #696969. Windows color (decimal): -5293896 or 12073135. OLE color: 12073135.

HSL color Cylindrical-coordinate representation of color #AF38B8: hue angle of 295.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF38B8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 56 184 -
CMYK 0.05 0.70 0 0.28
HSL 295.78º 0.53% 0.47% -
HSV(B) 295.78º 0.7% 0.72% -
XYZ 27.75 15.4 46.86 -
YUV 106.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 175 56 184 0.05 0.70 0 0.28 295.78 0.53 0.47
Hex AF 38 B8 5 46 0 1C 128 35 2F
Octal 257 70 270 5 106 0 34 450 65 57
Binary 10101111 111000 10111000 101 1000110 0 11100 100101000 110101 101111

Color Harmonies of #AF38B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38B8

Black with #AF38B8

Text Example


Text Example

White with #AF38B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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