Html Css Color HEX #AF6CBA Fuchsia

📋 copy color: '#AF6CBA'

red 175 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #AF6CBA

Tints of Fuchsia #AF6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

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

R = 37.31%
G = 23.03%
B = 39.66%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6CBA (or 0xAF6CBA) is known color: Fuchsia. HEX triplet: AF, 6C and BA. RGB value is (175,108,186). Sum of RGB (Red+Green+Blue) = 175+108+186=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CBA is #509345. Grayscale: #888888. Windows color (decimal): -5280582 or 12217519. OLE color: 12217519.

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

Color convert

RGB 175 108 186 -
CMYK 0.06 0.42 0 0.27
HSL 291.54º 0.36% 0.58% -
HSV(B) 291.54º 0.42% 0.73% -
XYZ 31.9 23.38 49.29 -
YUV 136.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 175 108 186 0.06 0.42 0 0.27 291.54 0.36 0.58
Hex AF 6C BA 6 2A 0 1B 124 24 3A
Octal 257 154 272 6 52 0 33 444 44 72
Binary 10101111 1101100 10111010 110 101010 0 11011 100100100 100100 111010

Color Harmonies of #AF6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CBA

Black with #AF6CBA

Text Example


Text Example

White with #AF6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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