Html Css Color HEX #A653DD Medium Orchid

📋 copy color: '#A653DD'

red 166 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #A653DD

Tints of Medium Orchid #A653DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 35.32%
G = 17.66%
B = 47.02%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A653DD (or 0xA653DD) is known color: Medium Orchid. HEX triplet: A6, 53 and DD. RGB value is (166,83,221). Sum of RGB (Red+Green+Blue) = 166+83+221=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A653DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DD is #59AC22. Grayscale: #7B7B7B. Windows color (decimal): -5876771 or 14504870. OLE color: 14504870.

HSL color Cylindrical-coordinate representation of color #A653DD: hue angle of 276.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A653DD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 83 221 -
CMYK 0.25 0.62 0 0.13
HSL 276.09º 0.67% 0.6% -
HSV(B) 276.09º 0.62% 0.87% -
XYZ 31.87 19.51 70.49 -
YUV 123.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 166 83 221 0.25 0.62 0 0.13 276.09 0.67 0.6
Hex A6 53 DD 19 3E 0 D 114 43 3C
Octal 246 123 335 31 76 0 15 424 103 74
Binary 10100110 1010011 11011101 11001 111110 0 1101 100010100 1000011 111100

Color Harmonies of #A653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653DD

Black with #A653DD

Text Example


Text Example

White with #A653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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