Html Css Color HEX #AF43AA Fuchsia

📋 copy color: '#AF43AA'

red 175 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #AF43AA

Tints of Fuchsia #AF43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.26%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 42.48%
G = 16.26%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF43AA (or 0xAF43AA) is known color: Fuchsia. HEX triplet: AF, 43 and AA. RGB value is (175,67,170). Sum of RGB (Red+Green+Blue) = 175+67+170=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF43AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF43AA is #50BC55. Grayscale: #6E6E6E. Windows color (decimal): -5291094 or 11158447. OLE color: 11158447.

HSL color Cylindrical-coordinate representation of color #AF43AA: hue angle of 302.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF43AA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 170 -
CMYK 0 0.62 0.03 0.31
HSL 302.78º 0.45% 0.47% -
HSV(B) 302.78º 0.62% 0.69% -
XYZ 26.94 16.03 39.7 -
YUV 111.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 175 67 170 0 0.62 0.03 0.31 302.78 0.45 0.47
Hex AF 43 AA 0 3E 3 1F 12F 2D 2F
Octal 257 103 252 0 76 3 37 457 55 57
Binary 10101111 1000011 10101010 0 111110 11 11111 100101111 101101 101111

Color Harmonies of #AF43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43AA

Black with #AF43AA

Text Example


Text Example

White with #AF43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43AA; }

 p { color: rgb(175,67,170); }

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

background-color css

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

 a { background-color: rgb(175,67,170); }

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

border-color css

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

 span { border-color: rgb(175,67,170); }

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