Html Css Color HEX #A64BDE Medium Orchid

📋 copy color: '#A64BDE'

red 166 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #A64BDE

Tints of Medium Orchid #A64BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 35.85%
G = 16.2%
B = 47.95%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64BDE (or 0xA64BDE) is known color: Medium Orchid. HEX triplet: A6, 4B and DE. RGB value is (166,75,222). Sum of RGB (Red+Green+Blue) = 166+75+222=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A64BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BDE is #59B421. Grayscale: #767676. Windows color (decimal): -5878818 or 14568358. OLE color: 14568358.

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

Color convert

RGB 166 75 222 -
CMYK 0.25 0.66 0 0.13
HSL 277.14º 0.69% 0.58% -
HSV(B) 277.14º 0.66% 0.87% -
XYZ 31.43 18.41 71 -
YUV 118.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 166 75 222 0.25 0.66 0 0.13 277.14 0.69 0.58
Hex A6 4B DE 19 42 0 D 115 45 3A
Octal 246 113 336 31 102 0 15 425 105 72
Binary 10100110 1001011 11011110 11001 1000010 0 1101 100010101 1000101 111010

Color Harmonies of #A64BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BDE

Black with #A64BDE

Text Example


Text Example

White with #A64BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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