Html Css Color HEX #AF4CBB Fuchsia

📋 copy color: '#AF4CBB'

red 175 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #AF4CBB

Tints of Fuchsia #AF4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

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

R = 39.95%
G = 17.35%
B = 42.69%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF4CBB (or 0xAF4CBB) is known color: Fuchsia. HEX triplet: AF, 4C and BB. RGB value is (175,76,187). Sum of RGB (Red+Green+Blue) = 175+76+187=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF4CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CBB is #50B344. Grayscale: #757575. Windows color (decimal): -5288773 or 12274863. OLE color: 12274863.

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

Color convert

RGB 175 76 187 -
CMYK 0.06 0.59 0 0.27
HSL 293.51º 0.45% 0.52% -
HSV(B) 293.51º 0.59% 0.73% -
XYZ 29.23 17.87 48.92 -
YUV 118.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 175 76 187 0.06 0.59 0 0.27 293.51 0.45 0.52
Hex AF 4C BB 6 3B 0 1B 126 2D 34
Octal 257 114 273 6 73 0 33 446 55 64
Binary 10101111 1001100 10111011 110 111011 0 11011 100100110 101101 110100

Color Harmonies of #AF4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CBB

Black with #AF4CBB

Text Example


Text Example

White with #AF4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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