Html Css Color HEX #AF4DAE Fuchsia

📋 copy color: '#AF4DAE'

red 175 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #AF4DAE

Tints of Fuchsia #AF4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 41.08%
G = 18.08%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF4DAE (or 0xAF4DAE) is known color: Fuchsia. HEX triplet: AF, 4D and AE. RGB value is (175,77,174). Sum of RGB (Red+Green+Blue) = 175+77+174=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4DAE is #50B251. Grayscale: #757575. Windows color (decimal): -5288530 or 11423151. OLE color: 11423151.

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

Color convert

RGB 175 77 174 -
CMYK 0 0.56 0.01 0.31
HSL 300.61º 0.39% 0.49% -
HSV(B) 300.61º 0.56% 0.69% -
XYZ 27.97 17.48 41.94 -
YUV 117.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 175 77 174 0 0.56 0.01 0.31 300.61 0.39 0.49
Hex AF 4D AE 0 38 1 1F 12D 27 31
Octal 257 115 256 0 70 1 37 455 47 61
Binary 10101111 1001101 10101110 0 111000 1 11111 100101101 100111 110001

Color Harmonies of #AF4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DAE

Black with #AF4DAE

Text Example


Text Example

White with #AF4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DAE; }

 p { color: rgb(175,77,174); }

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

background-color css

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

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

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

border-color css

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

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

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