Html Css Color HEX #AF5CBB Fuchsia

📋 copy color: '#AF5CBB'

red 175 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #AF5CBB

Tints of Fuchsia #AF5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 38.55%
G = 20.26%
B = 41.19%

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

#AF5CBB (or 0xAF5CBB) is known color: Fuchsia. HEX triplet: AF, 5C and BB. RGB value is (175,92,187). Sum of RGB (Red+Green+Blue) = 175+92+187=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CBB is #50A344. Grayscale: #7F7F7F. Windows color (decimal): -5284677 or 12278959. OLE color: 12278959.

HSL color Cylindrical-coordinate representation of color #AF5CBB: hue angle of 292.42º 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 #AF5CBB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 92 187 -
CMYK 0.06 0.51 0 0.27
HSL 292.42º 0.41% 0.55% -
HSV(B) 292.42º 0.51% 0.73% -
XYZ 30.48 20.36 49.34 -
YUV 127.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 175 92 187 0.06 0.51 0 0.27 292.42 0.41 0.55
Hex AF 5C BB 6 33 0 1B 124 29 37
Octal 257 134 273 6 63 0 33 444 51 67
Binary 10101111 1011100 10111011 110 110011 0 11011 100100100 101001 110111

Color Harmonies of #AF5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CBB

Black with #AF5CBB

Text Example


Text Example

White with #AF5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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