Html Css Color HEX #AF5DB3 Fuchsia

📋 copy color: '#AF5DB3'

red 175 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #AF5DB3

Tints of Fuchsia #AF5DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.81%

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 39.15%
G = 20.81%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF5DB3 (or 0xAF5DB3) is known color: Fuchsia. HEX triplet: AF, 5D and B3. RGB value is (175,93,179). Sum of RGB (Red+Green+Blue) = 175+93+179=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF5DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DB3 is #50A24C. Grayscale: #7F7F7F. Windows color (decimal): -5284429 or 11754927. OLE color: 11754927.

HSL color Cylindrical-coordinate representation of color #AF5DB3: hue angle of 297.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5DB3 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 93 179 -
CMYK 0.02 0.48 0 0.30
HSL 297.21º 0.36% 0.53% -
HSV(B) 297.21º 0.48% 0.7% -
XYZ 29.73 20.2 44.98 -
YUV 127.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 175 93 179 0.02 0.48 0 0.30 297.21 0.36 0.53
Hex AF 5D B3 2 30 0 1E 129 24 35
Octal 257 135 263 2 60 0 36 451 44 65
Binary 10101111 1011101 10110011 10 110000 0 11110 100101001 100100 110101

Color Harmonies of #AF5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DB3

Black with #AF5DB3

Text Example


Text Example

White with #AF5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DB3; }

 p { color: rgb(175,93,179); }

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

background-color css

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

 a { background-color: rgb(175,93,179); }

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

border-color css

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

 span { border-color: rgb(175,93,179); }

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