Html Css Color HEX #A64FEA Medium Orchid

📋 copy color: '#A64FEA'

red 166 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #A64FEA

Tints of Medium Orchid #A64FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 34.66%
G = 16.49%
B = 48.85%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A64FEA (or 0xA64FEA) is known color: Medium Orchid. HEX triplet: A6, 4F and EA. RGB value is (166,79,234). Sum of RGB (Red+Green+Blue) = 166+79+234=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A64FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FEA is #59B015. Grayscale: #7A7A7A. Windows color (decimal): -5877782 or 15355814. OLE color: 15355814.

HSL color Cylindrical-coordinate representation of color #A64FEA: hue angle of 273.68º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64FEA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 79 234 -
CMYK 0.29 0.66 0 0.08
HSL 273.68º 0.79% 0.61% -
HSV(B) 273.68º 0.66% 0.92% -
XYZ 33.37 19.64 79.87 -
YUV 122.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 166 79 234 0.29 0.66 0 0.08 273.68 0.79 0.61
Hex A6 4F EA 1D 42 0 8 112 4F 3D
Octal 246 117 352 35 102 0 10 422 117 75
Binary 10100110 1001111 11101010 11101 1000010 0 1000 100010010 1001111 111101

Color Harmonies of #A64FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FEA

Black with #A64FEA

Text Example


Text Example

White with #A64FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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