Html Css Color HEX #A64FDB Medium Orchid

📋 copy color: '#A64FDB'

red 166 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #A64FDB

Tints of Medium Orchid #A64FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

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

R = 35.78%
G = 17.03%
B = 47.2%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A64FDB (or 0xA64FDB) is known color: Medium Orchid. HEX triplet: A6, 4F and DB. RGB value is (166,79,219). Sum of RGB (Red+Green+Blue) = 166+79+219=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FDB is #59B024. Grayscale: #787878. Windows color (decimal): -5877797 or 14372774. OLE color: 14372774.

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

Color convert

RGB 166 79 219 -
CMYK 0.24 0.64 0 0.14
HSL 277.29º 0.66% 0.58% -
HSV(B) 277.29º 0.64% 0.86% -
XYZ 31.31 18.81 69 -
YUV 120.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 166 79 219 0.24 0.64 0 0.14 277.29 0.66 0.58
Hex A6 4F DB 18 40 0 E 115 42 3A
Octal 246 117 333 30 100 0 16 425 102 72
Binary 10100110 1001111 11011011 11000 1000000 0 1110 100010101 1000010 111010

Color Harmonies of #A64FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FDB

Black with #A64FDB

Text Example


Text Example

White with #A64FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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