Html Css Color HEX #A64CDF Medium Orchid

📋 copy color: '#A64CDF'

red 166 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #A64CDF

Tints of Medium Orchid #A64CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 35.7%
G = 16.34%
B = 47.96%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64CDF (or 0xA64CDF) is known color: Medium Orchid. HEX triplet: A6, 4C and DF. RGB value is (166,76,223). Sum of RGB (Red+Green+Blue) = 166+76+223=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A64CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CDF is #59B320. Grayscale: #777777. Windows color (decimal): -5878561 or 14634150. OLE color: 14634150.

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

Color convert

RGB 166 76 223 -
CMYK 0.26 0.66 0 0.13
HSL 276.73º 0.7% 0.59% -
HSV(B) 276.73º 0.66% 0.87% -
XYZ 31.63 18.6 71.74 -
YUV 119.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 166 76 223 0.26 0.66 0 0.13 276.73 0.7 0.59
Hex A6 4C DF 1A 42 0 D 115 46 3B
Octal 246 114 337 32 102 0 15 425 106 73
Binary 10100110 1001100 11011111 11010 1000010 0 1101 100010101 1000110 111011

Color Harmonies of #A64CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CDF

Black with #A64CDF

Text Example


Text Example

White with #A64CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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