Html Css Color HEX #AF3AB6 Fuchsia

📋 copy color: '#AF3AB6'

red 175 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #AF3AB6

Tints of Fuchsia #AF3AB6

RGB

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

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

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

R = 42.17%
G = 13.98%
B = 43.86%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF3AB6 (or 0xAF3AB6) is known color: Fuchsia. HEX triplet: AF, 3A and B6. RGB value is (175,58,182). Sum of RGB (Red+Green+Blue) = 175+58+182=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF3AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AB6 is #50C549. Grayscale: #6A6A6A. Windows color (decimal): -5293386 or 11942575. OLE color: 11942575.

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

Color convert

RGB 175 58 182 -
CMYK 0.04 0.68 0 0.29
HSL 296.61º 0.52% 0.47% -
HSV(B) 296.61º 0.68% 0.71% -
XYZ 27.64 15.52 45.79 -
YUV 107.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 175 58 182 0.04 0.68 0 0.29 296.61 0.52 0.47
Hex AF 3A B6 4 44 0 1D 129 34 2F
Octal 257 72 266 4 104 0 35 451 64 57
Binary 10101111 111010 10110110 100 1000100 0 11101 100101001 110100 101111

Color Harmonies of #AF3AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AB6

Black with #AF3AB6

Text Example


Text Example

White with #AF3AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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