Html Css Color HEX #AF4BBB Fuchsia

📋 copy color: '#AF4BBB'

red 175 ◦ green 75 ◦ blue 187

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

Shades of Fuchsia #AF4BBB

Tints of Fuchsia #AF4BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

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

R = 40.05%
G = 17.16%
B = 42.79%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF4BBB (or 0xAF4BBB) is known color: Fuchsia. HEX triplet: AF, 4B and BB. RGB value is (175,75,187). Sum of RGB (Red+Green+Blue) = 175+75+187=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF4BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BBB is #50B444. Grayscale: #757575. Windows color (decimal): -5289029 or 12274607. OLE color: 12274607.

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

Color convert

RGB 175 75 187 -
CMYK 0.06 0.60 0 0.27
HSL 293.57º 0.45% 0.51% -
HSV(B) 293.57º 0.6% 0.73% -
XYZ 29.16 17.73 48.9 -
YUV 117.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 175 75 187 0.06 0.60 0 0.27 293.57 0.45 0.51
Hex AF 4B BB 6 3C 0 1B 126 2D 33
Octal 257 113 273 6 74 0 33 446 55 63
Binary 10101111 1001011 10111011 110 111100 0 11011 100100110 101101 110011

Color Harmonies of #AF4BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BBB

Black with #AF4BBB

Text Example


Text Example

White with #AF4BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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