Html Css Color HEX #AF5FBA Fuchsia

📋 copy color: '#AF5FBA'

red 175 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #AF5FBA

Tints of Fuchsia #AF5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 38.38%
G = 20.83%
B = 40.79%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5FBA (or 0xAF5FBA) is known color: Fuchsia. HEX triplet: AF, 5F and BA. RGB value is (175,95,186). Sum of RGB (Red+Green+Blue) = 175+95+186=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FBA is #50A045. Grayscale: #818181. Windows color (decimal): -5283910 or 12214191. OLE color: 12214191.

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

Color convert

RGB 175 95 186 -
CMYK 0.06 0.49 0 0.27
HSL 292.75º 0.4% 0.55% -
HSV(B) 292.75º 0.49% 0.73% -
XYZ 30.63 20.84 48.86 -
YUV 129.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 175 95 186 0.06 0.49 0 0.27 292.75 0.4 0.55
Hex AF 5F BA 6 31 0 1B 125 28 37
Octal 257 137 272 6 61 0 33 445 50 67
Binary 10101111 1011111 10111010 110 110001 0 11011 100100101 101000 110111

Color Harmonies of #AF5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FBA

Black with #AF5FBA

Text Example


Text Example

White with #AF5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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