Html Css Color HEX #A64DCF Medium Orchid

📋 copy color: '#A64DCF'

red 166 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #A64DCF

Tints of Medium Orchid #A64DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 36.89%
G = 17.11%
B = 46%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A64DCF (or 0xA64DCF) is known color: Medium Orchid. HEX triplet: A6, 4D and CF. RGB value is (166,77,207). Sum of RGB (Red+Green+Blue) = 166+77+207=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DCF is #59B230. Grayscale: #757575. Windows color (decimal): -5878321 or 13585830. OLE color: 13585830.

HSL color Cylindrical-coordinate representation of color #A64DCF: hue angle of 281.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64DCF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 77 207 -
CMYK 0.20 0.63 0 0.19
HSL 281.08º 0.58% 0.56% -
HSV(B) 281.08º 0.63% 0.81% -
XYZ 29.64 17.92 60.93 -
YUV 118.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 166 77 207 0.20 0.63 0 0.19 281.08 0.58 0.56
Hex A6 4D CF 14 3F 0 13 119 3A 38
Octal 246 115 317 24 77 0 23 431 72 70
Binary 10100110 1001101 11001111 10100 111111 0 10011 100011001 111010 111000

Color Harmonies of #A64DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DCF

Black with #A64DCF

Text Example


Text Example

White with #A64DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DCF; }

 p { color: rgb(166,77,207); }

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

background-color css

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

 a { background-color: rgb(166,77,207); }

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

border-color css

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

 span { border-color: rgb(166,77,207); }

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