Html Css Color HEX #A558EF Medium Purple

📋 copy color: '#A558EF'

red 165 ◦ green 88 ◦ blue 239

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

Shades of Medium Purple #A558EF

Tints of Medium Purple #A558EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.89%

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 33.54%
G = 17.89%
B = 48.58%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A558EF (or 0xA558EF) is known color: Medium Purple. HEX triplet: A5, 58 and EF. RGB value is (165,88,239). Sum of RGB (Red+Green+Blue) = 165+88+239=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #A558EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558EF is #5AA710. Grayscale: #7F7F7F. Windows color (decimal): -5941009 or 15685797. OLE color: 15685797.

HSL color Cylindrical-coordinate representation of color #A558EF: hue angle of 270.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A558EF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 88 239 -
CMYK 0.31 0.63 0 0.06
HSL 270.6º 0.83% 0.64% -
HSV(B) 270.6º 0.63% 0.94% -
XYZ 34.59 21.21 83.93 -
YUV 128.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 165 88 239 0.31 0.63 0 0.06 270.6 0.83 0.64
Hex A5 58 EF 1F 3F 0 6 10F 53 40
Octal 245 130 357 37 77 0 6 417 123 100
Binary 10100101 1011000 11101111 11111 111111 0 110 100001111 1010011 1000000

Color Harmonies of #A558EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558EF

Black with #A558EF

Text Example


Text Example

White with #A558EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558EF; }

 p { color: rgb(165,88,239); }

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

background-color css

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

 a { background-color: rgb(165,88,239); }

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

border-color css

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

 span { border-color: rgb(165,88,239); }

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