Html Css Color HEX #A64FF2 Medium Orchid

📋 copy color: '#A64FF2'

red 166 ◦ green 79 ◦ blue 242

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

Shades of Medium Orchid #A64FF2

Tints of Medium Orchid #A64FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 34.09%
G = 16.22%
B = 49.69%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A64FF2 (or 0xA64FF2) is known color: Medium Orchid. HEX triplet: A6, 4F and F2. RGB value is (166,79,242). Sum of RGB (Red+Green+Blue) = 166+79+242=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #A64FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FF2 is #59B00D. Grayscale: #7B7B7B. Windows color (decimal): -5877774 or 15880102. OLE color: 15880102.

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

Color convert

RGB 166 79 242 -
CMYK 0.31 0.67 0 0.05
HSL 272.02º 0.86% 0.63% -
HSV(B) 272.02º 0.67% 0.95% -
XYZ 34.55 20.11 86.07 -
YUV 123.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 166 79 242 0.31 0.67 0 0.05 272.02 0.86 0.63
Hex A6 4F F2 1F 43 0 5 110 56 3F
Octal 246 117 362 37 103 0 5 420 126 77
Binary 10100110 1001111 11110010 11111 1000011 0 101 100010000 1010110 111111

Color Harmonies of #A64FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FF2

Black with #A64FF2

Text Example


Text Example

White with #A64FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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