Html Css Color HEX #AF4ABA Fuchsia

📋 copy color: '#AF4ABA'

red 175 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #AF4ABA

Tints of Fuchsia #AF4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

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

R = 40.23%
G = 17.01%
B = 42.76%

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

#AF4ABA (or 0xAF4ABA) is known color: Fuchsia. HEX triplet: AF, 4A and BA. RGB value is (175,74,186). Sum of RGB (Red+Green+Blue) = 175+74+186=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ABA is #50B545. Grayscale: #747474. Windows color (decimal): -5289286 or 12208815. OLE color: 12208815.

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

Color convert

RGB 175 74 186 -
CMYK 0.06 0.60 0 0.27
HSL 294.11º 0.45% 0.51% -
HSV(B) 294.11º 0.6% 0.73% -
XYZ 28.99 17.56 48.32 -
YUV 116.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 175 74 186 0.06 0.60 0 0.27 294.11 0.45 0.51
Hex AF 4A BA 6 3C 0 1B 126 2D 33
Octal 257 112 272 6 74 0 33 446 55 63
Binary 10101111 1001010 10111010 110 111100 0 11011 100100110 101101 110011

Color Harmonies of #AF4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ABA

Black with #AF4ABA

Text Example


Text Example

White with #AF4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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