Html Css Color HEX #AF3CAB Fuchsia

📋 copy color: '#AF3CAB'

red 175 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #AF3CAB

Tints of Fuchsia #AF3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

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

R = 43.1%
G = 14.78%
B = 42.12%

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

#AF3CAB (or 0xAF3CAB) is known color: Fuchsia. HEX triplet: AF, 3C and AB. RGB value is (175,60,171). Sum of RGB (Red+Green+Blue) = 175+60+171=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CAB is #50C354. Grayscale: #6A6A6A. Windows color (decimal): -5292885 or 11222191. OLE color: 11222191.

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

Color convert

RGB 175 60 171 -
CMYK 0 0.66 0.02 0.31
HSL 302.09º 0.49% 0.46% -
HSV(B) 302.09º 0.66% 0.69% -
XYZ 26.65 15.29 40.07 -
YUV 107.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 175 60 171 0 0.66 0.02 0.31 302.09 0.49 0.46
Hex AF 3C AB 0 42 2 1F 12E 31 2E
Octal 257 74 253 0 102 2 37 456 61 56
Binary 10101111 111100 10101011 0 1000010 10 11111 100101110 110001 101110

Color Harmonies of #AF3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CAB

Black with #AF3CAB

Text Example


Text Example

White with #AF3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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