Html Css Color HEX #AF44BB Fuchsia

📋 copy color: '#AF44BB'

red 175 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #AF44BB

Tints of Fuchsia #AF44BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 40.7%
G = 15.81%
B = 43.49%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF44BB (or 0xAF44BB) is known color: Fuchsia. HEX triplet: AF, 44 and BB. RGB value is (175,68,187). Sum of RGB (Red+Green+Blue) = 175+68+187=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF44BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44BB is #50BB44. Grayscale: #717171. Windows color (decimal): -5290821 or 12272815. OLE color: 12272815.

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

Color convert

RGB 175 68 187 -
CMYK 0.06 0.64 0 0.27
HSL 293.95º 0.47% 0.5% -
HSV(B) 293.95º 0.64% 0.73% -
XYZ 28.72 16.84 48.75 -
YUV 113.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 175 68 187 0.06 0.64 0 0.27 293.95 0.47 0.5
Hex AF 44 BB 6 40 0 1B 126 2F 32
Octal 257 104 273 6 100 0 33 446 57 62
Binary 10101111 1000100 10111011 110 1000000 0 11011 100100110 101111 110010

Color Harmonies of #AF44BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44BB

Black with #AF44BB

Text Example


Text Example

White with #AF44BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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