Html Css Color HEX #A553DB Medium Orchid

📋 copy color: '#A553DB'

red 165 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #A553DB

Tints of Medium Orchid #A553DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 35.33%
G = 17.77%
B = 46.9%

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

#A553DB (or 0xA553DB) is known color: Medium Orchid. HEX triplet: A5, 53 and DB. RGB value is (165,83,219). Sum of RGB (Red+Green+Blue) = 165+83+219=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A553DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553DB is #5AAC24. Grayscale: #7A7A7A. Windows color (decimal): -5942309 or 14373797. OLE color: 14373797.

HSL color Cylindrical-coordinate representation of color #A553DB: hue angle of 276.18º degrees, saturation: 0.65, 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 #A553DB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 83 219 -
CMYK 0.25 0.62 0 0.14
HSL 276.18º 0.65% 0.59% -
HSV(B) 276.18º 0.62% 0.86% -
XYZ 31.4 19.3 69.09 -
YUV 123.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 165 83 219 0.25 0.62 0 0.14 276.18 0.65 0.59
Hex A5 53 DB 19 3E 0 E 114 41 3B
Octal 245 123 333 31 76 0 16 424 101 73
Binary 10100101 1010011 11011011 11001 111110 0 1110 100010100 1000001 111011

Color Harmonies of #A553DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553DB

Black with #A553DB

Text Example


Text Example

White with #A553DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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