Html Css Color HEX #A653DC Medium Orchid

📋 copy color: '#A653DC'

red 166 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #A653DC

Tints of Medium Orchid #A653DC

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

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

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

R = 35.39%
G = 17.7%
B = 46.91%

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

#A653DC (or 0xA653DC) is known color: Medium Orchid. HEX triplet: A6, 53 and DC. RGB value is (166,83,220). Sum of RGB (Red+Green+Blue) = 166+83+220=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A653DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DC is #59AC23. Grayscale: #7A7A7A. Windows color (decimal): -5876772 or 14439334. OLE color: 14439334.

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

Color convert

RGB 166 83 220 -
CMYK 0.25 0.62 0 0.14
HSL 276.35º 0.66% 0.59% -
HSV(B) 276.35º 0.62% 0.86% -
XYZ 31.74 19.46 69.79 -
YUV 123.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 166 83 220 0.25 0.62 0 0.14 276.35 0.66 0.59
Hex A6 53 DC 19 3E 0 E 114 42 3B
Octal 246 123 334 31 76 0 16 424 102 73
Binary 10100110 1010011 11011100 11001 111110 0 1110 100010100 1000010 111011

Color Harmonies of #A653DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653DC

Black with #A653DC

Text Example


Text Example

White with #A653DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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