Html Css Color HEX #A64AED Medium Orchid

📋 copy color: '#A64AED'

red 166 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #A64AED

Tints of Medium Orchid #A64AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 34.8%
G = 15.51%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64AED (or 0xA64AED) is known color: Medium Orchid. HEX triplet: A6, 4A and ED. RGB value is (166,74,237). Sum of RGB (Red+Green+Blue) = 166+74+237=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AED is #59B512. Grayscale: #777777. Windows color (decimal): -5879059 or 15551142. OLE color: 15551142.

HSL color Cylindrical-coordinate representation of color #A64AED: hue angle of 273.87º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64AED is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 74 237 -
CMYK 0.30 0.69 0 0.07
HSL 273.87º 0.82% 0.61% -
HSV(B) 273.87º 0.69% 0.93% -
XYZ 33.46 19.12 82.05 -
YUV 120.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 166 74 237 0.30 0.69 0 0.07 273.87 0.82 0.61
Hex A6 4A ED 1E 45 0 7 112 52 3D
Octal 246 112 355 36 105 0 7 422 122 75
Binary 10100110 1001010 11101101 11110 1000101 0 111 100010010 1010010 111101

Color Harmonies of #A64AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AED

Black with #A64AED

Text Example


Text Example

White with #A64AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AED; }

 p { color: rgb(166,74,237); }

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

background-color css

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

 a { background-color: rgb(166,74,237); }

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

border-color css

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

 span { border-color: rgb(166,74,237); }

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