Html Css Color HEX #AF3ABA Fuchsia

📋 copy color: '#AF3ABA'

red 175 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #AF3ABA

Tints of Fuchsia #AF3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.84%

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

R = 41.77%
G = 13.84%
B = 44.39%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF3ABA (or 0xAF3ABA) is known color: Fuchsia. HEX triplet: AF, 3A and BA. RGB value is (175,58,186). Sum of RGB (Red+Green+Blue) = 175+58+186=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ABA is #50C545. Grayscale: #6B6B6B. Windows color (decimal): -5293382 or 12204719. OLE color: 12204719.

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

Color convert

RGB 175 58 186 -
CMYK 0.06 0.69 0 0.27
HSL 294.84º 0.52% 0.48% -
HSV(B) 294.84º 0.69% 0.73% -
XYZ 28.06 15.69 48 -
YUV 107.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 175 58 186 0.06 0.69 0 0.27 294.84 0.52 0.48
Hex AF 3A BA 6 45 0 1B 127 34 30
Octal 257 72 272 6 105 0 33 447 64 60
Binary 10101111 111010 10111010 110 1000101 0 11011 100100111 110100 110000

Color Harmonies of #AF3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ABA

Black with #AF3ABA

Text Example


Text Example

White with #AF3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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