Html Css Color HEX #A55CEE Medium Purple

📋 copy color: '#A55CEE'

red 165 ◦ green 92 ◦ blue 238

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

Shades of Medium Purple #A55CEE

Tints of Medium Purple #A55CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 33.33%
G = 18.59%
B = 48.08%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55CEE (or 0xA55CEE) is known color: Medium Purple. HEX triplet: A5, 5C and EE. RGB value is (165,92,238). Sum of RGB (Red+Green+Blue) = 165+92+238=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CEE is #5AA311. Grayscale: #818181. Windows color (decimal): -5939986 or 15621285. OLE color: 15621285.

HSL color Cylindrical-coordinate representation of color #A55CEE: hue angle of 270º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55CEE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 92 238 -
CMYK 0.31 0.61 0 0.07
HSL 270º 0.81% 0.65% -
HSV(B) 270º 0.61% 0.93% -
XYZ 34.78 21.83 83.27 -
YUV 130.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 165 92 238 0.31 0.61 0 0.07 270 0.81 0.65
Hex A5 5C EE 1F 3D 0 7 10E 51 41
Octal 245 134 356 37 75 0 7 416 121 101
Binary 10100101 1011100 11101110 11111 111101 0 111 100001110 1010001 1000001

Color Harmonies of #A55CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CEE

Black with #A55CEE

Text Example


Text Example

White with #A55CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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