Html Css Color HEX #A64DDB Medium Orchid

📋 copy color: '#A64DDB'

red 166 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #A64DDB

Tints of Medium Orchid #A64DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 35.93%
G = 16.67%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A64DDB (or 0xA64DDB) is known color: Medium Orchid. HEX triplet: A6, 4D and DB. RGB value is (166,77,219). Sum of RGB (Red+Green+Blue) = 166+77+219=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DDB is #59B224. Grayscale: #777777. Windows color (decimal): -5878309 or 14372262. OLE color: 14372262.

HSL color Cylindrical-coordinate representation of color #A64DDB: hue angle of 277.61º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64DDB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 77 219 -
CMYK 0.24 0.65 0 0.14
HSL 277.61º 0.66% 0.58% -
HSV(B) 277.61º 0.65% 0.86% -
XYZ 31.17 18.53 68.95 -
YUV 119.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 166 77 219 0.24 0.65 0 0.14 277.61 0.66 0.58
Hex A6 4D DB 18 41 0 E 116 42 3A
Octal 246 115 333 30 101 0 16 426 102 72
Binary 10100110 1001101 11011011 11000 1000001 0 1110 100010110 1000010 111010

Color Harmonies of #A64DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DDB

Black with #A64DDB

Text Example


Text Example

White with #A64DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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