Html Css Color HEX #A64ADE Medium Orchid

📋 copy color: '#A64ADE'

red 166 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #A64ADE

Tints of Medium Orchid #A64ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 35.93%
G = 16.02%
B = 48.05%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64ADE (or 0xA64ADE) is known color: Medium Orchid. HEX triplet: A6, 4A and DE. RGB value is (166,74,222). Sum of RGB (Red+Green+Blue) = 166+74+222=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #A64ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ADE is #59B521. Grayscale: #757575. Windows color (decimal): -5879074 or 14568102. OLE color: 14568102.

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

Color convert

RGB 166 74 222 -
CMYK 0.25 0.67 0 0.13
HSL 277.3º 0.69% 0.58% -
HSV(B) 277.3º 0.67% 0.87% -
XYZ 31.36 18.28 70.98 -
YUV 118.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 166 74 222 0.25 0.67 0 0.13 277.3 0.69 0.58
Hex A6 4A DE 19 43 0 D 115 45 3A
Octal 246 112 336 31 103 0 15 425 105 72
Binary 10100110 1001010 11011110 11001 1000011 0 1101 100010101 1000101 111010

Color Harmonies of #A64ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ADE

Black with #A64ADE

Text Example


Text Example

White with #A64ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ADE; }

 p { color: rgb(166,74,222); }

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

background-color css

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

 a { background-color: rgb(166,74,222); }

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

border-color css

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

 span { border-color: rgb(166,74,222); }

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