Html Css Color HEX #AF3DAE Fuchsia

📋 copy color: '#AF3DAE'

red 175 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #AF3DAE

Tints of Fuchsia #AF3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

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

R = 42.68%
G = 14.88%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF3DAE (or 0xAF3DAE) is known color: Fuchsia. HEX triplet: AF, 3D and AE. RGB value is (175,61,174). Sum of RGB (Red+Green+Blue) = 175+61+174=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3DAE is #50C251. Grayscale: #6B6B6B. Windows color (decimal): -5292626 or 11419055. OLE color: 11419055.

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

Color convert

RGB 175 61 174 -
CMYK 0 0.65 0.01 0.31
HSL 300.53º 0.48% 0.46% -
HSV(B) 300.53º 0.65% 0.69% -
XYZ 26.99 15.51 41.62 -
YUV 107.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 175 61 174 0 0.65 0.01 0.31 300.53 0.48 0.46
Hex AF 3D AE 0 41 1 1F 12D 30 2E
Octal 257 75 256 0 101 1 37 455 60 56
Binary 10101111 111101 10101110 0 1000001 1 11111 100101101 110000 101110

Color Harmonies of #AF3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DAE

Black with #AF3DAE

Text Example


Text Example

White with #AF3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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