Html Css Color HEX #AF3EBC Fuchsia

📋 copy color: '#AF3EBC'

red 175 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #AF3EBC

Tints of Fuchsia #AF3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 41.18%
G = 14.59%
B = 44.24%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF3EBC (or 0xAF3EBC) is known color: Fuchsia. HEX triplet: AF, 3E and BC. RGB value is (175,62,188). Sum of RGB (Red+Green+Blue) = 175+62+188=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EBC is #50C143. Grayscale: #6D6D6D. Windows color (decimal): -5292356 or 12336815. OLE color: 12336815.

HSL color Cylindrical-coordinate representation of color #AF3EBC: hue angle of 293.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3EBC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 62 188 -
CMYK 0.07 0.67 0 0.26
HSL 293.81º 0.5% 0.49% -
HSV(B) 293.81º 0.67% 0.74% -
XYZ 28.48 16.19 49.2 -
YUV 110.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 175 62 188 0.07 0.67 0 0.26 293.81 0.5 0.49
Hex AF 3E BC 7 43 0 1A 126 32 31
Octal 257 76 274 7 103 0 32 446 62 61
Binary 10101111 111110 10111100 111 1000011 0 11010 100100110 110010 110001

Color Harmonies of #AF3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EBC

Black with #AF3EBC

Text Example


Text Example

White with #AF3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EBC; }

 p { color: rgb(175,62,188); }

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

background-color css

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

 a { background-color: rgb(175,62,188); }

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

border-color css

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

 span { border-color: rgb(175,62,188); }

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