Html Css Color HEX #A64DDF Medium Orchid

📋 copy color: '#A64DDF'

red 166 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #A64DDF

Tints of Medium Orchid #A64DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 35.62%
G = 16.52%
B = 47.85%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64DDF (or 0xA64DDF) is known color: Medium Orchid. HEX triplet: A6, 4D and DF. RGB value is (166,77,223). Sum of RGB (Red+Green+Blue) = 166+77+223=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #A64DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DDF is #59B220. Grayscale: #777777. Windows color (decimal): -5878305 or 14634406. OLE color: 14634406.

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

Color convert

RGB 166 77 223 -
CMYK 0.26 0.65 0 0.13
HSL 276.58º 0.7% 0.59% -
HSV(B) 276.58º 0.65% 0.87% -
XYZ 31.7 18.74 71.76 -
YUV 120.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 166 77 223 0.26 0.65 0 0.13 276.58 0.7 0.59
Hex A6 4D DF 1A 41 0 D 115 46 3B
Octal 246 115 337 32 101 0 15 425 106 73
Binary 10100110 1001101 11011111 11010 1000001 0 1101 100010101 1000110 111011

Color Harmonies of #A64DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DDF

Black with #A64DDF

Text Example


Text Example

White with #A64DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DDF; }

 p { color: rgb(166,77,223); }

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

background-color css

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

 a { background-color: rgb(166,77,223); }

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

border-color css

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

 span { border-color: rgb(166,77,223); }

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