Html Css Color HEX #AF4DBA Fuchsia

📋 copy color: '#AF4DBA'

red 175 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #AF4DBA

Tints of Fuchsia #AF4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 39.95%
G = 17.58%
B = 42.47%

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

#AF4DBA (or 0xAF4DBA) is known color: Fuchsia. HEX triplet: AF, 4D and BA. RGB value is (175,77,186). Sum of RGB (Red+Green+Blue) = 175+77+186=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DBA is #50B245. Grayscale: #767676. Windows color (decimal): -5288518 or 12209583. OLE color: 12209583.

HSL color Cylindrical-coordinate representation of color #AF4DBA: hue angle of 293.94º degrees, saturation: 0.44, 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 #AF4DBA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 77 186 -
CMYK 0.06 0.59 0 0.27
HSL 293.94º 0.44% 0.52% -
HSV(B) 293.94º 0.59% 0.73% -
XYZ 29.2 17.97 48.38 -
YUV 118.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 175 77 186 0.06 0.59 0 0.27 293.94 0.44 0.52
Hex AF 4D BA 6 3B 0 1B 126 2C 34
Octal 257 115 272 6 73 0 33 446 54 64
Binary 10101111 1001101 10111010 110 111011 0 11011 100100110 101100 110100

Color Harmonies of #AF4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DBA

Black with #AF4DBA

Text Example


Text Example

White with #AF4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DBA; }

 p { color: rgb(175,77,186); }

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

background-color css

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

 a { background-color: rgb(175,77,186); }

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

border-color css

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

 span { border-color: rgb(175,77,186); }

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