Html Css Color HEX #A64CEF Medium Orchid

📋 copy color: '#A64CEF'

red 166 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #A64CEF

Tints of Medium Orchid #A64CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 34.51%
G = 15.8%
B = 49.69%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A64CEF (or 0xA64CEF) is known color: Medium Orchid. HEX triplet: A6, 4C and EF. RGB value is (166,76,239). Sum of RGB (Red+Green+Blue) = 166+76+239=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A64CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CEF is #59B310. Grayscale: #787878. Windows color (decimal): -5878545 or 15682726. OLE color: 15682726.

HSL color Cylindrical-coordinate representation of color #A64CEF: hue angle of 273.13º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64CEF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 76 239 -
CMYK 0.31 0.68 0 0.06
HSL 273.13º 0.84% 0.62% -
HSV(B) 273.13º 0.68% 0.94% -
XYZ 33.89 19.51 83.64 -
YUV 121.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 166 76 239 0.31 0.68 0 0.06 273.13 0.84 0.62
Hex A6 4C EF 1F 44 0 6 111 54 3E
Octal 246 114 357 37 104 0 6 421 124 76
Binary 10100110 1001100 11101111 11111 1000100 0 110 100010001 1010100 111110

Color Harmonies of #A64CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CEF

Black with #A64CEF

Text Example


Text Example

White with #A64CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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