Html Css Color HEX #A55CEF Medium Purple

📋 copy color: '#A55CEF'

red 165 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #A55CEF

Tints of Medium Purple #A55CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

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

R = 33.27%
G = 18.55%
B = 48.19%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A55CEF (or 0xA55CEF) is known color: Medium Purple. HEX triplet: A5, 5C and EF. RGB value is (165,92,239). Sum of RGB (Red+Green+Blue) = 165+92+239=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #A55CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEF is #5AA310. Grayscale: #828282. Windows color (decimal): -5939985 or 15686821. OLE color: 15686821.

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

Color convert

RGB 165 92 239 -
CMYK 0.31 0.62 0 0.06
HSL 269.8º 0.82% 0.65% -
HSV(B) 269.8º 0.62% 0.94% -
XYZ 34.92 21.89 84.04 -
YUV 130.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 165 92 239 0.31 0.62 0 0.06 269.8 0.82 0.65
Hex A5 5C EF 1F 3E 0 6 10E 52 41
Octal 245 134 357 37 76 0 6 416 122 101
Binary 10100101 1011100 11101111 11111 111110 0 110 100001110 1010010 1000001

Color Harmonies of #A55CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CEF

Black with #A55CEF

Text Example


Text Example

White with #A55CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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