Html Css Color HEX #A653DA Medium Orchid

📋 copy color: '#A653DA'

red 166 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #A653DA

Tints of Medium Orchid #A653DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 35.55%
G = 17.77%
B = 46.68%

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

#A653DA (or 0xA653DA) is known color: Medium Orchid. HEX triplet: A6, 53 and DA. RGB value is (166,83,218). Sum of RGB (Red+Green+Blue) = 166+83+218=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #A653DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DA is #59AC25. Grayscale: #7A7A7A. Windows color (decimal): -5876774 or 14308262. OLE color: 14308262.

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

Color convert

RGB 166 83 218 -
CMYK 0.24 0.62 0 0.15
HSL 276.89º 0.65% 0.59% -
HSV(B) 276.89º 0.62% 0.85% -
XYZ 31.47 19.36 68.41 -
YUV 123.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 166 83 218 0.24 0.62 0 0.15 276.89 0.65 0.59
Hex A6 53 DA 18 3E 0 F 115 41 3B
Octal 246 123 332 30 76 0 17 425 101 73
Binary 10100110 1010011 11011010 11000 111110 0 1111 100010101 1000001 111011

Color Harmonies of #A653DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653DA

Black with #A653DA

Text Example


Text Example

White with #A653DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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