Html Css Color HEX #A553DC Medium Orchid

📋 copy color: '#A553DC'

red 165 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #A553DC

Tints of Medium Orchid #A553DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 35.26%
G = 17.74%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A553DC (or 0xA553DC) is known color: Medium Orchid. HEX triplet: A5, 53 and DC. RGB value is (165,83,220). Sum of RGB (Red+Green+Blue) = 165+83+220=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A553DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553DC is #5AAC23. Grayscale: #7A7A7A. Windows color (decimal): -5942308 or 14439333. OLE color: 14439333.

HSL color Cylindrical-coordinate representation of color #A553DC: hue angle of 275.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A553DC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 83 220 -
CMYK 0.25 0.62 0 0.14
HSL 275.91º 0.66% 0.59% -
HSV(B) 275.91º 0.62% 0.86% -
XYZ 31.53 19.35 69.78 -
YUV 123.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 165 83 220 0.25 0.62 0 0.14 275.91 0.66 0.59
Hex A5 53 DC 19 3E 0 E 114 42 3B
Octal 245 123 334 31 76 0 16 424 102 73
Binary 10100101 1010011 11011100 11001 111110 0 1110 100010100 1000010 111011

Color Harmonies of #A553DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553DC

Black with #A553DC

Text Example


Text Example

White with #A553DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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