Html Css Color HEX #AF3BAB Fuchsia

📋 copy color: '#AF3BAB'

red 175 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #AF3BAB

Tints of Fuchsia #AF3BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 43.21%
G = 14.57%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF3BAB (or 0xAF3BAB) is known color: Fuchsia. HEX triplet: AF, 3B and AB. RGB value is (175,59,171). Sum of RGB (Red+Green+Blue) = 175+59+171=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BAB is #50C454. Grayscale: #6A6A6A. Windows color (decimal): -5293141 or 11221935. OLE color: 11221935.

HSL color Cylindrical-coordinate representation of color #AF3BAB: hue angle of 302.07º 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 #AF3BAB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 59 171 -
CMYK 0 0.66 0.02 0.31
HSL 302.07º 0.5% 0.46% -
HSV(B) 302.07º 0.66% 0.69% -
XYZ 26.59 15.18 40.06 -
YUV 106.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 175 59 171 0 0.66 0.02 0.31 302.07 0.5 0.46
Hex AF 3B AB 0 42 2 1F 12E 32 2E
Octal 257 73 253 0 102 2 37 456 62 56
Binary 10101111 111011 10101011 0 1000010 10 11111 100101110 110010 101110

Color Harmonies of #AF3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BAB

Black with #AF3BAB

Text Example


Text Example

White with #AF3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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