Html Css Color HEX #AF66BC Fuchsia

📋 copy color: '#AF66BC'

red 175 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #AF66BC

Tints of Fuchsia #AF66BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.94%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 37.63%
G = 21.94%
B = 40.43%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF66BC (or 0xAF66BC) is known color: Fuchsia. HEX triplet: AF, 66 and BC. RGB value is (175,102,188). Sum of RGB (Red+Green+Blue) = 175+102+188=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BC is #509943. Grayscale: #858585. Windows color (decimal): -5282116 or 12347055. OLE color: 12347055.

HSL color Cylindrical-coordinate representation of color #AF66BC: hue angle of 290.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF66BC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 102 188 -
CMYK 0.07 0.46 0 0.26
HSL 290.93º 0.39% 0.57% -
HSV(B) 290.93º 0.46% 0.74% -
XYZ 31.51 22.25 50.21 -
YUV 133.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 175 102 188 0.07 0.46 0 0.26 290.93 0.39 0.57
Hex AF 66 BC 7 2E 0 1A 123 27 39
Octal 257 146 274 7 56 0 32 443 47 71
Binary 10101111 1100110 10111100 111 101110 0 11010 100100011 100111 111001

Color Harmonies of #AF66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66BC

Black with #AF66BC

Text Example


Text Example

White with #AF66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66BC; }

 p { color: rgb(175,102,188); }

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

background-color css

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

 a { background-color: rgb(175,102,188); }

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

border-color css

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

 span { border-color: rgb(175,102,188); }

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