Html Css Color HEX #AF6BBB Fuchsia

📋 copy color: '#AF6BBB'

red 175 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #AF6BBB

Tints of Fuchsia #AF6BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 37.31%
G = 22.81%
B = 39.87%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6BBB (or 0xAF6BBB) is known color: Fuchsia. HEX triplet: AF, 6B and BB. RGB value is (175,107,187). Sum of RGB (Red+Green+Blue) = 175+107+187=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF6BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBB is #509444. Grayscale: #888888. Windows color (decimal): -5280837 or 12282799. OLE color: 12282799.

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

Color convert

RGB 175 107 187 -
CMYK 0.06 0.43 0 0.27
HSL 291º 0.37% 0.58% -
HSV(B) 291º 0.43% 0.73% -
XYZ 31.91 23.22 49.81 -
YUV 136.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 175 107 187 0.06 0.43 0 0.27 291 0.37 0.58
Hex AF 6B BB 6 2B 0 1B 123 25 3A
Octal 257 153 273 6 53 0 33 443 45 72
Binary 10101111 1101011 10111011 110 101011 0 11011 100100011 100101 111010

Color Harmonies of #AF6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BBB

Black with #AF6BBB

Text Example


Text Example

White with #AF6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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