Html Css Color HEX #AF5EBB Fuchsia

📋 copy color: '#AF5EBB'

red 175 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #AF5EBB

Tints of Fuchsia #AF5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.61%

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 38.38%
G = 20.61%
B = 41.01%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5EBB (or 0xAF5EBB) is known color: Fuchsia. HEX triplet: AF, 5E and BB. RGB value is (175,94,187). Sum of RGB (Red+Green+Blue) = 175+94+187=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5EBB is #50A144. Grayscale: #808080. Windows color (decimal): -5284165 or 12279471. OLE color: 12279471.

HSL color Cylindrical-coordinate representation of color #AF5EBB: hue angle of 292.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5EBB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 94 187 -
CMYK 0.06 0.50 0 0.27
HSL 292.26º 0.41% 0.55% -
HSV(B) 292.26º 0.5% 0.73% -
XYZ 30.65 20.71 49.4 -
YUV 128.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 175 94 187 0.06 0.50 0 0.27 292.26 0.41 0.55
Hex AF 5E BB 6 32 0 1B 124 29 37
Octal 257 136 273 6 62 0 33 444 51 67
Binary 10101111 1011110 10111011 110 110010 0 11011 100100100 101001 110111

Color Harmonies of #AF5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EBB

Black with #AF5EBB

Text Example


Text Example

White with #AF5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EBB; }

 p { color: rgb(175,94,187); }

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

background-color css

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

 a { background-color: rgb(175,94,187); }

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

border-color css

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

 span { border-color: rgb(175,94,187); }

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