Html Css Color HEX #A64CDB Medium Orchid

📋 copy color: '#A64CDB'

red 166 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #A64CDB

Tints of Medium Orchid #A64CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.49%

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

R = 36.01%
G = 16.49%
B = 47.51%

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

#A64CDB (or 0xA64CDB) is known color: Medium Orchid. HEX triplet: A6, 4C and DB. RGB value is (166,76,219). Sum of RGB (Red+Green+Blue) = 166+76+219=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A64CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CDB is #59B324. Grayscale: #767676. Windows color (decimal): -5878565 or 14372006. OLE color: 14372006.

HSL color Cylindrical-coordinate representation of color #A64CDB: hue angle of 277.76º degrees, saturation: 0.67, 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 #A64CDB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 76 219 -
CMYK 0.24 0.65 0 0.14
HSL 277.76º 0.67% 0.58% -
HSV(B) 277.76º 0.65% 0.86% -
XYZ 31.1 18.39 68.93 -
YUV 119.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 166 76 219 0.24 0.65 0 0.14 277.76 0.67 0.58
Hex A6 4C DB 18 41 0 E 116 43 3A
Octal 246 114 333 30 101 0 16 426 103 72
Binary 10100110 1001100 11011011 11000 1000001 0 1110 100010110 1000011 111010

Color Harmonies of #A64CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CDB

Black with #A64CDB

Text Example


Text Example

White with #A64CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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