Html Css Color HEX #A55EF4 Medium Purple

📋 copy color: '#A55EF4'

red 165 ◦ green 94 ◦ blue 244

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

Shades of Medium Purple #A55EF4

Tints of Medium Purple #A55EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 32.8%
G = 18.69%
B = 48.51%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A55EF4 (or 0xA55EF4) is known color: Medium Purple. HEX triplet: A5, 5E and F4. RGB value is (165,94,244). Sum of RGB (Red+Green+Blue) = 165+94+244=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #A55EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EF4 is #5AA10B. Grayscale: #838383. Windows color (decimal): -5939468 or 16015013. OLE color: 16015013.

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

Color convert

RGB 165 94 244 -
CMYK 0.32 0.61 0 0.04
HSL 268.4º 0.87% 0.66% -
HSV(B) 268.4º 0.61% 0.96% -
XYZ 35.85 22.54 88.05 -
YUV 132.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 165 94 244 0.32 0.61 0 0.04 268.4 0.87 0.66
Hex A5 5E F4 20 3D 0 4 10C 57 42
Octal 245 136 364 40 75 0 4 414 127 102
Binary 10100101 1011110 11110100 100000 111101 0 100 100001100 1010111 1000010

Color Harmonies of #A55EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EF4

Black with #A55EF4

Text Example


Text Example

White with #A55EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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