Html Css Color HEX #A655FE Medium Purple

📋 copy color: '#A655FE'

red 166 ◦ green 85 ◦ blue 254

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

Shades of Medium Purple #A655FE

Tints of Medium Purple #A655FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.83%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 32.87%
G = 16.83%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A655FE (or 0xA655FE) is known color: Medium Purple. HEX triplet: A6, 55 and FE. RGB value is (166,85,254). Sum of RGB (Red+Green+Blue) = 166+85+254=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A655FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655FE is #59AA01. Grayscale: #7F7F7F. Windows color (decimal): -5876226 or 16668070. OLE color: 16668070.

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

Color convert

RGB 166 85 254 -
CMYK 0.35 0.67 0 0.00
HSL 268.76º 0.99% 0.66% -
HSV(B) 268.76º 0.67% 1% -
XYZ 36.86 21.76 96.02 -
YUV 128.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 166 85 254 0.35 0.67 0 0.00 268.76 0.99 0.66
Hex A6 55 FE 23 43 0 0 10D 63 42
Octal 246 125 376 43 103 0 0 415 143 102
Binary 10100110 1010101 11111110 100011 1000011 0 0 100001101 1100011 1000010

Color Harmonies of #A655FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655FE

Black with #A655FE

Text Example


Text Example

White with #A655FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655FE; }

 p { color: rgb(166,85,254); }

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

background-color css

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

 a { background-color: rgb(166,85,254); }

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

border-color css

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

 span { border-color: rgb(166,85,254); }

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