Html Css Color HEX #A55CED Medium Purple

📋 copy color: '#A55CED'

red 165 ◦ green 92 ◦ blue 237

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

Shades of Medium Purple #A55CED

Tints of Medium Purple #A55CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 33.4%
G = 18.62%
B = 47.98%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A55CED (or 0xA55CED) is known color: Medium Purple. HEX triplet: A5, 5C and ED. RGB value is (165,92,237). Sum of RGB (Red+Green+Blue) = 165+92+237=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CED is #5AA312. Grayscale: #818181. Windows color (decimal): -5939987 or 15555749. OLE color: 15555749.

HSL color Cylindrical-coordinate representation of color #A55CED: hue angle of 270.21º degrees, saturation: 0.8, 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 #A55CED is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 92 237 -
CMYK 0.30 0.61 0 0.07
HSL 270.21º 0.8% 0.65% -
HSV(B) 270.21º 0.61% 0.93% -
XYZ 34.63 21.77 82.5 -
YUV 130.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 165 92 237 0.30 0.61 0 0.07 270.21 0.8 0.65
Hex A5 5C ED 1E 3D 0 7 10E 50 41
Octal 245 134 355 36 75 0 7 416 120 101
Binary 10100101 1011100 11101101 11110 111101 0 111 100001110 1010000 1000001

Color Harmonies of #A55CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CED

Black with #A55CED

Text Example


Text Example

White with #A55CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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