Html Css Color HEX #A64FF9 Medium Orchid

📋 copy color: '#A64FF9'

red 166 ◦ green 79 ◦ blue 249

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

Shades of Medium Orchid #A64FF9

Tints of Medium Orchid #A64FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 33.6%
G = 15.99%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A64FF9 (or 0xA64FF9) is known color: Medium Orchid. HEX triplet: A6, 4F and F9. RGB value is (166,79,249). Sum of RGB (Red+Green+Blue) = 166+79+249=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #A64FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FF9 is #59B006. Grayscale: #7B7B7B. Windows color (decimal): -5877767 or 16338854. OLE color: 16338854.

HSL color Cylindrical-coordinate representation of color #A64FF9: hue angle of 270.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A64FF9 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 79 249 -
CMYK 0.33 0.68 0 0.02
HSL 270.71º 0.93% 0.64% -
HSV(B) 270.71º 0.68% 0.98% -
XYZ 35.62 20.54 91.71 -
YUV 124.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 166 79 249 0.33 0.68 0 0.02 270.71 0.93 0.64
Hex A6 4F F9 21 44 0 2 10F 5D 40
Octal 246 117 371 41 104 0 2 417 135 100
Binary 10100110 1001111 11111001 100001 1000100 0 10 100001111 1011101 1000000

Color Harmonies of #A64FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FF9

Black with #A64FF9

Text Example


Text Example

White with #A64FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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