Html Css Color HEX #A55EFE Medium Purple

📋 copy color: '#A55EFE'

red 165 ◦ green 94 ◦ blue 254

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

Shades of Medium Purple #A55EFE

Tints of Medium Purple #A55EFE

RGB

 RED value IS 165 (64.84% from 255) = 32.16%

 GREEN value IS 94 (37.11% from 255) = 18.32%

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

R = 32.16%
G = 18.32%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A55EFE (or 0xA55EFE) is known color: Medium Purple. HEX triplet: A5, 5E and FE. RGB value is (165,94,254). Sum of RGB (Red+Green+Blue) = 165+94+254=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A55EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EFE is #5AA101. Grayscale: #848484. Windows color (decimal): -5939458 or 16670373. OLE color: 16670373.

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

Color convert

RGB 165 94 254 -
CMYK 0.35 0.63 0 0.00
HSL 266.63º 0.99% 0.68% -
HSV(B) 266.63º 0.63% 1% -
XYZ 37.41 23.16 96.26 -
YUV 133.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 165 94 254 0.35 0.63 0 0.00 266.63 0.99 0.68
Hex A5 5E FE 23 3F 0 0 10B 63 44
Octal 245 136 376 43 77 0 0 413 143 104
Binary 10100101 1011110 11111110 100011 111111 0 0 100001011 1100011 1000100

Color Harmonies of #A55EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EFE

Black with #A55EFE

Text Example


Text Example

White with #A55EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EFE; }

 p { color: rgb(165,94,254); }

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

background-color css

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

 a { background-color: rgb(165,94,254); }

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

border-color css

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

 span { border-color: rgb(165,94,254); }

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