Html Css Color HEX #A650DD Medium Orchid

📋 copy color: '#A650DD'

red 166 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #A650DD

Tints of Medium Orchid #A650DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 35.55%
G = 17.13%
B = 47.32%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A650DD (or 0xA650DD) is known color: Medium Orchid. HEX triplet: A6, 50 and DD. RGB value is (166,80,221). Sum of RGB (Red+Green+Blue) = 166+80+221=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A650DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650DD is #59AF22. Grayscale: #797979. Windows color (decimal): -5877539 or 14504102. OLE color: 14504102.

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

Color convert

RGB 166 80 221 -
CMYK 0.25 0.64 0 0.13
HSL 276.6º 0.67% 0.59% -
HSV(B) 276.6º 0.64% 0.87% -
XYZ 31.65 19.06 70.42 -
YUV 121.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 166 80 221 0.25 0.64 0 0.13 276.6 0.67 0.59
Hex A6 50 DD 19 40 0 D 115 43 3B
Octal 246 120 335 31 100 0 15 425 103 73
Binary 10100110 1010000 11011101 11001 1000000 0 1101 100010101 1000011 111011

Color Harmonies of #A650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650DD

Black with #A650DD

Text Example


Text Example

White with #A650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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