Html Css Color HEX #A553D8 Medium Orchid

📋 copy color: '#A553D8'

red 165 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #A553D8

Tints of Medium Orchid #A553D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

 BLUE value IS 216 (84.77% from 255) = 46.55%

R = 35.56%
G = 17.89%
B = 46.55%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A553D8 (or 0xA553D8) is known color: Medium Orchid. HEX triplet: A5, 53 and D8. RGB value is (165,83,216). Sum of RGB (Red+Green+Blue) = 165+83+216=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #A553D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553D8 is #5AAC27. Grayscale: #7A7A7A. Windows color (decimal): -5942312 or 14177189. OLE color: 14177189.

HSL color Cylindrical-coordinate representation of color #A553D8: hue angle of 276.99º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A553D8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 83 216 -
CMYK 0.24 0.62 0 0.15
HSL 276.99º 0.63% 0.59% -
HSV(B) 276.99º 0.62% 0.85% -
XYZ 31 19.14 67.03 -
YUV 122.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 165 83 216 0.24 0.62 0 0.15 276.99 0.63 0.59
Hex A5 53 D8 18 3E 0 F 115 3F 3B
Octal 245 123 330 30 76 0 17 425 77 73
Binary 10100101 1010011 11011000 11000 111110 0 1111 100010101 111111 111011

Color Harmonies of #A553D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553D8

Black with #A553D8

Text Example


Text Example

White with #A553D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553D8; }

 p { color: rgb(165,83,216); }

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

background-color css

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

 a { background-color: rgb(165,83,216); }

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

border-color css

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

 span { border-color: rgb(165,83,216); }

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