Html Css Color HEX #AF69BA Fuchsia

📋 copy color: '#AF69BA'

red 175 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #AF69BA

Tints of Fuchsia #AF69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.53%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 37.55%
G = 22.53%
B = 39.91%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF69BA (or 0xAF69BA) is known color: Fuchsia. HEX triplet: AF, 69 and BA. RGB value is (175,105,186). Sum of RGB (Red+Green+Blue) = 175+105+186=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69BA is #509645. Grayscale: #868686. Windows color (decimal): -5281350 or 12216751. OLE color: 12216751.

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

Color convert

RGB 175 105 186 -
CMYK 0.06 0.44 0 0.27
HSL 291.85º 0.37% 0.57% -
HSV(B) 291.85º 0.44% 0.73% -
XYZ 31.59 22.76 49.18 -
YUV 135.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 175 105 186 0.06 0.44 0 0.27 291.85 0.37 0.57
Hex AF 69 BA 6 2C 0 1B 124 25 39
Octal 257 151 272 6 54 0 33 444 45 71
Binary 10101111 1101001 10111010 110 101100 0 11011 100100100 100101 111001

Color Harmonies of #AF69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69BA

Black with #AF69BA

Text Example


Text Example

White with #AF69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69BA; }

 p { color: rgb(175,105,186); }

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

background-color css

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

 a { background-color: rgb(175,105,186); }

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

border-color css

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

 span { border-color: rgb(175,105,186); }

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