Html Css Color HEX #AF67BB Fuchsia

📋 copy color: '#AF67BB'

red 175 ◦ green 103 ◦ blue 187

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

Shades of Fuchsia #AF67BB

Tints of Fuchsia #AF67BB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.15%

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

R = 37.63%
G = 22.15%
B = 40.22%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF67BB (or 0xAF67BB) is known color: Fuchsia. HEX triplet: AF, 67 and BB. RGB value is (175,103,187). Sum of RGB (Red+Green+Blue) = 175+103+187=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF67BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BB is #509844. Grayscale: #858585. Windows color (decimal): -5281861 or 12281775. OLE color: 12281775.

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

Color convert

RGB 175 103 187 -
CMYK 0.06 0.45 0 0.27
HSL 291.43º 0.38% 0.57% -
HSV(B) 291.43º 0.45% 0.73% -
XYZ 31.5 22.4 49.68 -
YUV 134.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 175 103 187 0.06 0.45 0 0.27 291.43 0.38 0.57
Hex AF 67 BB 6 2D 0 1B 123 26 39
Octal 257 147 273 6 55 0 33 443 46 71
Binary 10101111 1100111 10111011 110 101101 0 11011 100100011 100110 111001

Color Harmonies of #AF67BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67BB

Black with #AF67BB

Text Example


Text Example

White with #AF67BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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