Html Css Color HEX #A64ADA Medium Orchid

📋 copy color: '#A64ADA'

red 166 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #A64ADA

Tints of Medium Orchid #A64ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 36.24%
G = 16.16%
B = 47.6%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A64ADA (or 0xA64ADA) is known color: Medium Orchid. HEX triplet: A6, 4A and DA. RGB value is (166,74,218). Sum of RGB (Red+Green+Blue) = 166+74+218=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ADA is #59B525. Grayscale: #757575. Windows color (decimal): -5879078 or 14305958. OLE color: 14305958.

HSL color Cylindrical-coordinate representation of color #A64ADA: hue angle of 278.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64ADA is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 74 218 -
CMYK 0.24 0.66 0 0.15
HSL 278.33º 0.66% 0.57% -
HSV(B) 278.33º 0.66% 0.85% -
XYZ 30.83 18.07 68.19 -
YUV 117.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 166 74 218 0.24 0.66 0 0.15 278.33 0.66 0.57
Hex A6 4A DA 18 42 0 F 116 42 39
Octal 246 112 332 30 102 0 17 426 102 71
Binary 10100110 1001010 11011010 11000 1000010 0 1111 100010110 1000010 111001

Color Harmonies of #A64ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ADA

Black with #A64ADA

Text Example


Text Example

White with #A64ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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