Html Css Color HEX #A64FF0 Medium Orchid

📋 copy color: '#A64FF0'

red 166 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #A64FF0

Tints of Medium Orchid #A64FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 34.23%
G = 16.29%
B = 49.48%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A64FF0 (or 0xA64FF0) is known color: Medium Orchid. HEX triplet: A6, 4F and F0. RGB value is (166,79,240). Sum of RGB (Red+Green+Blue) = 166+79+240=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A64FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FF0 is #59B00F. Grayscale: #7A7A7A. Windows color (decimal): -5877776 or 15749030. OLE color: 15749030.

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

Color convert

RGB 166 79 240 -
CMYK 0.31 0.67 0 0.06
HSL 272.42º 0.84% 0.63% -
HSV(B) 272.42º 0.67% 0.94% -
XYZ 34.25 19.99 84.49 -
YUV 123.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 166 79 240 0.31 0.67 0 0.06 272.42 0.84 0.63
Hex A6 4F F0 1F 43 0 6 110 54 3F
Octal 246 117 360 37 103 0 6 420 124 77
Binary 10100110 1001111 11110000 11111 1000011 0 110 100010000 1010100 111111

Color Harmonies of #A64FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FF0

Black with #A64FF0

Text Example


Text Example

White with #A64FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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