Html Css Color HEX #A64CD0 Medium Orchid

📋 copy color: '#A64CD0'

red 166 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #A64CD0

Tints of Medium Orchid #A64CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 36.89%
G = 16.89%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A64CD0 (or 0xA64CD0) is known color: Medium Orchid. HEX triplet: A6, 4C and D0. RGB value is (166,76,208). Sum of RGB (Red+Green+Blue) = 166+76+208=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #A64CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CD0 is #59B32F. Grayscale: #757575. Windows color (decimal): -5878576 or 13651110. OLE color: 13651110.

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

Color convert

RGB 166 76 208 -
CMYK 0.20 0.63 0 0.18
HSL 280.91º 0.58% 0.56% -
HSV(B) 280.91º 0.63% 0.82% -
XYZ 29.7 17.83 61.55 -
YUV 117.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 166 76 208 0.20 0.63 0 0.18 280.91 0.58 0.56
Hex A6 4C D0 14 3F 0 12 119 3A 38
Octal 246 114 320 24 77 0 22 431 72 70
Binary 10100110 1001100 11010000 10100 111111 0 10010 100011001 111010 111000

Color Harmonies of #A64CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CD0

Black with #A64CD0

Text Example


Text Example

White with #A64CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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