Html Css Color HEX #A64CEA Medium Orchid

📋 copy color: '#A64CEA'

red 166 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #A64CEA

Tints of Medium Orchid #A64CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 34.87%
G = 15.97%
B = 49.16%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A64CEA (or 0xA64CEA) is known color: Medium Orchid. HEX triplet: A6, 4C and EA. RGB value is (166,76,234). Sum of RGB (Red+Green+Blue) = 166+76+234=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A64CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CEA is #59B315. Grayscale: #787878. Windows color (decimal): -5878550 or 15355046. OLE color: 15355046.

HSL color Cylindrical-coordinate representation of color #A64CEA: hue angle of 274.18º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64CEA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 76 234 -
CMYK 0.29 0.68 0 0.08
HSL 274.18º 0.79% 0.61% -
HSV(B) 274.18º 0.68% 0.92% -
XYZ 33.16 19.22 79.8 -
YUV 120.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 166 76 234 0.29 0.68 0 0.08 274.18 0.79 0.61
Hex A6 4C EA 1D 44 0 8 112 4F 3D
Octal 246 114 352 35 104 0 10 422 117 75
Binary 10100110 1001100 11101010 11101 1000100 0 1000 100010010 1001111 111101

Color Harmonies of #A64CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CEA

Black with #A64CEA

Text Example


Text Example

White with #A64CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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