Html Css Color HEX #AF2DAE Fuchsia

📋 copy color: '#AF2DAE'

red 175 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #AF2DAE

Tints of Fuchsia #AF2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

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

R = 44.42%
G = 11.42%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF2DAE (or 0xAF2DAE) is known color: Fuchsia. HEX triplet: AF, 2D and AE. RGB value is (175,45,174). Sum of RGB (Red+Green+Blue) = 175+45+174=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DAE is #50D251. Grayscale: #626262. Windows color (decimal): -5296722 or 11414959. OLE color: 11414959.

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

Color convert

RGB 175 45 174 -
CMYK 0 0.74 0.01 0.31
HSL 300.46º 0.59% 0.43% -
HSV(B) 300.46º 0.74% 0.69% -
XYZ 26.26 14.05 41.37 -
YUV 98.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 175 45 174 0 0.74 0.01 0.31 300.46 0.59 0.43
Hex AF 2D AE 0 4A 1 1F 12C 3B 2B
Octal 257 55 256 0 112 1 37 454 73 53
Binary 10101111 101101 10101110 0 1001010 1 11111 100101100 111011 101011

Color Harmonies of #AF2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DAE

Black with #AF2DAE

Text Example


Text Example

White with #AF2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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