Html Css Color HEX #AF5CBA Fuchsia

📋 copy color: '#AF5CBA'

red 175 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #AF5CBA

Tints of Fuchsia #AF5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 38.63%
G = 20.31%
B = 41.06%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF5CBA (or 0xAF5CBA) is known color: Fuchsia. HEX triplet: AF, 5C and BA. RGB value is (175,92,186). Sum of RGB (Red+Green+Blue) = 175+92+186=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CBA is #50A345. Grayscale: #7F7F7F. Windows color (decimal): -5284678 or 12213423. OLE color: 12213423.

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

Color convert

RGB 175 92 186 -
CMYK 0.06 0.51 0 0.27
HSL 292.98º 0.41% 0.55% -
HSV(B) 292.98º 0.51% 0.73% -
XYZ 30.37 20.31 48.77 -
YUV 127.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 175 92 186 0.06 0.51 0 0.27 292.98 0.41 0.55
Hex AF 5C BA 6 33 0 1B 125 29 37
Octal 257 134 272 6 63 0 33 445 51 67
Binary 10101111 1011100 10111010 110 110011 0 11011 100100101 101001 110111

Color Harmonies of #AF5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CBA

Black with #AF5CBA

Text Example


Text Example

White with #AF5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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