Html Css Color HEX #AF6FB9 Fuchsia

📋 copy color: '#AF6FB9'

red 175 ◦ green 111 ◦ blue 185

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

Shades of Fuchsia #AF6FB9

Tints of Fuchsia #AF6FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 37.15%
G = 23.57%
B = 39.28%

CMYK

 C value IS 0.05

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6FB9 (or 0xAF6FB9) is known color: Fuchsia. HEX triplet: AF, 6F and B9. RGB value is (175,111,185). Sum of RGB (Red+Green+Blue) = 175+111+185=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF6FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FB9 is #509046. Grayscale: #8A8A8A. Windows color (decimal): -5279815 or 12152751. OLE color: 12152751.

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

Color convert

RGB 175 111 185 -
CMYK 0.05 0.4 0 0.27
HSL 291.89º 0.35% 0.58% -
HSV(B) 291.89º 0.4% 0.73% -
XYZ 32.12 23.99 48.84 -
YUV 138.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 175 111 185 0.05 0.4 0 0.27 291.89 0.35 0.58
Hex AF 6F B9 5 28 0 1B 124 23 3A
Octal 257 157 271 5 50 0 33 444 43 72
Binary 10101111 1101111 10111001 101 101000 0 11011 100100100 100011 111010

Color Harmonies of #AF6FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FB9

Black with #AF6FB9

Text Example


Text Example

White with #AF6FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FB9; }

 p { color: rgb(175,111,185); }

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

background-color css

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

 a { background-color: rgb(175,111,185); }

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

border-color css

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

 span { border-color: rgb(175,111,185); }

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