Html Css Color HEX #AF5BBB Fuchsia

📋 copy color: '#AF5BBB'

red 175 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #AF5BBB

Tints of Fuchsia #AF5BBB

RGB

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

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

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

R = 38.63%
G = 20.09%
B = 41.28%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5BBB (or 0xAF5BBB) is known color: Fuchsia. HEX triplet: AF, 5B and BB. RGB value is (175,91,187). Sum of RGB (Red+Green+Blue) = 175+91+187=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BBB is #50A444. Grayscale: #7E7E7E. Windows color (decimal): -5284933 or 12278703. OLE color: 12278703.

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

Color convert

RGB 175 91 187 -
CMYK 0.06 0.51 0 0.27
HSL 292.5º 0.41% 0.55% -
HSV(B) 292.5º 0.51% 0.73% -
XYZ 30.39 20.18 49.31 -
YUV 127.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 175 91 187 0.06 0.51 0 0.27 292.5 0.41 0.55
Hex AF 5B BB 6 33 0 1B 124 29 37
Octal 257 133 273 6 63 0 33 444 51 67
Binary 10101111 1011011 10111011 110 110011 0 11011 100100100 101001 110111

Color Harmonies of #AF5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5BBB

Black with #AF5BBB

Text Example


Text Example

White with #AF5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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