Html Css Color HEX #A656FF Medium Purple

📋 copy color: '#A656FF'

red 166 ◦ green 86 ◦ blue 255

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

Shades of Medium Purple #A656FF

Tints of Medium Purple #A656FF

RGB

 RED value IS 166 (65.23% from 255) = 32.74%

 GREEN value IS 86 (33.98% from 255) = 16.96%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 32.74%
G = 16.96%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A656FF (or 0xA656FF) is known color: Medium Purple. HEX triplet: A6, 56 and FF. RGB value is (166,86,255). Sum of RGB (Red+Green+Blue) = 166+86+255=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A656FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656FF is #59A900. Grayscale: #808080. Windows color (decimal): -5875969 or 16733862. OLE color: 16733862.

HSL color Cylindrical-coordinate representation of color #A656FF: hue angle of 268.4º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A656FF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 86 255 -
CMYK 0.35 0.66 0 0
HSL 268.4º 1% 0.67% -
HSV(B) 268.4º 0.66% 1% -
XYZ 37.1 21.98 96.9 -
YUV 129.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 166 86 255 0.35 0.66 0 0 268.4 1 0.67
Hex A6 56 FF 23 42 0 0 10C 64 43
Octal 246 126 377 43 102 0 0 414 144 103
Binary 10100110 1010110 11111111 100011 1000010 0 0 100001100 1100100 1000011

Color Harmonies of #A656FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A656FF

Black with #A656FF

Text Example


Text Example

White with #A656FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A656FF; }

 p { color: rgb(166,86,255); }

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

background-color css

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

 a { background-color: rgb(166,86,255); }

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

border-color css

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

 span { border-color: rgb(166,86,255); }

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