Html Css Color HEX #AF3FBA Fuchsia

📋 copy color: '#AF3FBA'

red 175 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #AF3FBA

Tints of Fuchsia #AF3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 41.27%
G = 14.86%
B = 43.87%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF3FBA (or 0xAF3FBA) is known color: Fuchsia. HEX triplet: AF, 3F and BA. RGB value is (175,63,186). Sum of RGB (Red+Green+Blue) = 175+63+186=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FBA is #50C045. Grayscale: #6E6E6E. Windows color (decimal): -5292102 or 12205999. OLE color: 12205999.

HSL color Cylindrical-coordinate representation of color #AF3FBA: hue angle of 294.63º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3FBA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 63 186 -
CMYK 0.06 0.66 0 0.27
HSL 294.63º 0.49% 0.49% -
HSV(B) 294.63º 0.66% 0.73% -
XYZ 28.32 16.21 48.09 -
YUV 110.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 175 63 186 0.06 0.66 0 0.27 294.63 0.49 0.49
Hex AF 3F BA 6 42 0 1B 127 31 31
Octal 257 77 272 6 102 0 33 447 61 61
Binary 10101111 111111 10111010 110 1000010 0 11011 100100111 110001 110001

Color Harmonies of #AF3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FBA

Black with #AF3FBA

Text Example


Text Example

White with #AF3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FBA; }

 p { color: rgb(175,63,186); }

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

background-color css

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

 a { background-color: rgb(175,63,186); }

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

border-color css

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

 span { border-color: rgb(175,63,186); }

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