Html Css Color HEX #AF3BAE Fuchsia

📋 copy color: '#AF3BAE'

red 175 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #AF3BAE

Tints of Fuchsia #AF3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.46%

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

R = 42.89%
G = 14.46%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF3BAE (or 0xAF3BAE) is known color: Fuchsia. HEX triplet: AF, 3B and AE. RGB value is (175,59,174). Sum of RGB (Red+Green+Blue) = 175+59+174=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BAE is #50C451. Grayscale: #6A6A6A. Windows color (decimal): -5293138 or 11418543. OLE color: 11418543.

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

Color convert

RGB 175 59 174 -
CMYK 0 0.66 0.01 0.31
HSL 300.52º 0.5% 0.46% -
HSV(B) 300.52º 0.66% 0.69% -
XYZ 26.88 15.3 41.58 -
YUV 106.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 175 59 174 0 0.66 0.01 0.31 300.52 0.5 0.46
Hex AF 3B AE 0 42 1 1F 12D 32 2E
Octal 257 73 256 0 102 1 37 455 62 56
Binary 10101111 111011 10101110 0 1000010 1 11111 100101101 110010 101110

Color Harmonies of #AF3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BAE

Black with #AF3BAE

Text Example


Text Example

White with #AF3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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