Html Css Color HEX #AF3FB2 Fuchsia

📋 copy color: '#AF3FB2'

red 175 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #AF3FB2

Tints of Fuchsia #AF3FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 42.07%
G = 15.14%
B = 42.79%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF3FB2 (or 0xAF3FB2) is known color: Fuchsia. HEX triplet: AF, 3F and B2. RGB value is (175,63,178). Sum of RGB (Red+Green+Blue) = 175+63+178=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF3FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FB2 is #50C04D. Grayscale: #6D6D6D. Windows color (decimal): -5292110 or 11681711. OLE color: 11681711.

HSL color Cylindrical-coordinate representation of color #AF3FB2: hue angle of 298.43º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3FB2 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 63 178 -
CMYK 0.02 0.65 0 0.30
HSL 298.43º 0.48% 0.47% -
HSV(B) 298.43º 0.65% 0.7% -
XYZ 27.49 15.88 43.74 -
YUV 109.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 175 63 178 0.02 0.65 0 0.30 298.43 0.48 0.47
Hex AF 3F B2 2 41 0 1E 12A 30 2F
Octal 257 77 262 2 101 0 36 452 60 57
Binary 10101111 111111 10110010 10 1000001 0 11110 100101010 110000 101111

Color Harmonies of #AF3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FB2

Black with #AF3FB2

Text Example


Text Example

White with #AF3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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