Html Css Color HEX #AF3FBB Fuchsia

📋 copy color: '#AF3FBB'

red 175 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #AF3FBB

Tints of Fuchsia #AF3FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 41.18%
G = 14.82%
B = 44%

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

#AF3FBB (or 0xAF3FBB) is known color: Fuchsia. HEX triplet: AF, 3F and BB. RGB value is (175,63,187). Sum of RGB (Red+Green+Blue) = 175+63+187=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FBB is #50C044. Grayscale: #6E6E6E. Windows color (decimal): -5292101 or 12271535. OLE color: 12271535.

HSL color Cylindrical-coordinate representation of color #AF3FBB: hue angle of 294.19º degrees, saturation: 0.5, 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 #AF3FBB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 63 187 -
CMYK 0.06 0.66 0 0.27
HSL 294.19º 0.5% 0.49% -
HSV(B) 294.19º 0.66% 0.73% -
XYZ 28.43 16.26 48.65 -
YUV 110.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 175 63 187 0.06 0.66 0 0.27 294.19 0.5 0.49
Hex AF 3F BB 6 42 0 1B 126 32 31
Octal 257 77 273 6 102 0 33 446 62 61
Binary 10101111 111111 10111011 110 1000010 0 11011 100100110 110010 110001

Color Harmonies of #AF3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FBB

Black with #AF3FBB

Text Example


Text Example

White with #AF3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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