Html Css Color HEX #A64FED Medium Orchid

📋 copy color: '#A64FED'

red 166 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #A64FED

Tints of Medium Orchid #A64FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.39%

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

R = 34.44%
G = 16.39%
B = 49.17%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64FED (or 0xA64FED) is known color: Medium Orchid. HEX triplet: A6, 4F and ED. RGB value is (166,79,237). Sum of RGB (Red+Green+Blue) = 166+79+237=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FED is #59B012. Grayscale: #7A7A7A. Windows color (decimal): -5877779 or 15552422. OLE color: 15552422.

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

Color convert

RGB 166 79 237 -
CMYK 0.30 0.67 0 0.07
HSL 273.04º 0.81% 0.62% -
HSV(B) 273.04º 0.67% 0.93% -
XYZ 33.81 19.81 82.16 -
YUV 123.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 166 79 237 0.30 0.67 0 0.07 273.04 0.81 0.62
Hex A6 4F ED 1E 43 0 7 111 51 3E
Octal 246 117 355 36 103 0 7 421 121 76
Binary 10100110 1001111 11101101 11110 1000011 0 111 100010001 1010001 111110

Color Harmonies of #A64FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FED

Black with #A64FED

Text Example


Text Example

White with #A64FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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