Html Css Color HEX #AF4AB6 Fuchsia

📋 copy color: '#AF4AB6'

red 175 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #AF4AB6

Tints of Fuchsia #AF4AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 40.6%
G = 17.17%
B = 42.23%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF4AB6 (or 0xAF4AB6) is known color: Fuchsia. HEX triplet: AF, 4A and B6. RGB value is (175,74,182). Sum of RGB (Red+Green+Blue) = 175+74+182=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF4AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AB6 is #50B549. Grayscale: #747474. Windows color (decimal): -5289290 or 11946671. OLE color: 11946671.

HSL color Cylindrical-coordinate representation of color #AF4AB6: hue angle of 296.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4AB6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 74 182 -
CMYK 0.04 0.59 0 0.29
HSL 296.11º 0.43% 0.5% -
HSV(B) 296.11º 0.59% 0.71% -
XYZ 28.57 17.39 46.11 -
YUV 116.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 175 74 182 0.04 0.59 0 0.29 296.11 0.43 0.5
Hex AF 4A B6 4 3B 0 1D 128 2B 32
Octal 257 112 266 4 73 0 35 450 53 62
Binary 10101111 1001010 10110110 100 111011 0 11101 100101000 101011 110010

Color Harmonies of #AF4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AB6

Black with #AF4AB6

Text Example


Text Example

White with #AF4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AB6; }

 p { color: rgb(175,74,182); }

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

background-color css

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

 a { background-color: rgb(175,74,182); }

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

border-color css

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

 span { border-color: rgb(175,74,182); }

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