Html Css Color HEX #AF3AB8 Fuchsia

📋 copy color: '#AF3AB8'

red 175 ◦ green 58 ◦ blue 184

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

Shades of Fuchsia #AF3AB8

Tints of Fuchsia #AF3AB8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 41.97%
G = 13.91%
B = 44.12%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF3AB8 (or 0xAF3AB8) is known color: Fuchsia. HEX triplet: AF, 3A and B8. RGB value is (175,58,184). Sum of RGB (Red+Green+Blue) = 175+58+184=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF3AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AB8 is #50C547. Grayscale: #6A6A6A. Windows color (decimal): -5293384 or 12073647. OLE color: 12073647.

HSL color Cylindrical-coordinate representation of color #AF3AB8: hue angle of 295.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3AB8 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 58 184 -
CMYK 0.05 0.68 0 0.28
HSL 295.71º 0.52% 0.47% -
HSV(B) 295.71º 0.68% 0.72% -
XYZ 27.84 15.6 46.89 -
YUV 107.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 175 58 184 0.05 0.68 0 0.28 295.71 0.52 0.47
Hex AF 3A B8 5 44 0 1C 128 34 2F
Octal 257 72 270 5 104 0 34 450 64 57
Binary 10101111 111010 10111000 101 1000100 0 11100 100101000 110100 101111

Color Harmonies of #AF3AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AB8

Black with #AF3AB8

Text Example


Text Example

White with #AF3AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AB8; }

 p { color: rgb(175,58,184); }

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

background-color css

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

 a { background-color: rgb(175,58,184); }

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

border-color css

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

 span { border-color: rgb(175,58,184); }

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