Html Css Color HEX #AF5BB2 Fuchsia

📋 copy color: '#AF5BB2'

red 175 ◦ green 91 ◦ blue 178

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

Shades of Fuchsia #AF5BB2

Tints of Fuchsia #AF5BB2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 39.41%
G = 20.5%
B = 40.09%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF5BB2 (or 0xAF5BB2) is known color: Fuchsia. HEX triplet: AF, 5B and B2. RGB value is (175,91,178). Sum of RGB (Red+Green+Blue) = 175+91+178=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF5BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5BB2 is #50A44D. Grayscale: #7D7D7D. Windows color (decimal): -5284942 or 11688879. OLE color: 11688879.

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

Color convert

RGB 175 91 178 -
CMYK 0.02 0.49 0 0.30
HSL 297.93º 0.36% 0.53% -
HSV(B) 297.93º 0.49% 0.7% -
XYZ 29.46 19.81 44.39 -
YUV 126.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 175 91 178 0.02 0.49 0 0.30 297.93 0.36 0.53
Hex AF 5B B2 2 31 0 1E 12A 24 35
Octal 257 133 262 2 61 0 36 452 44 65
Binary 10101111 1011011 10110010 10 110001 0 11110 100101010 100100 110101

Color Harmonies of #AF5BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BB2

Black with #AF5BB2

Text Example


Text Example

White with #AF5BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BB2; }

 p { color: rgb(175,91,178); }

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

background-color css

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

 a { background-color: rgb(175,91,178); }

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

border-color css

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

 span { border-color: rgb(175,91,178); }

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