Html Css Color HEX #A64AEB Medium Orchid

📋 copy color: '#A64AEB'

red 166 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #A64AEB

Tints of Medium Orchid #A64AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 34.95%
G = 15.58%
B = 49.47%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A64AEB (or 0xA64AEB) is known color: Medium Orchid. HEX triplet: A6, 4A and EB. RGB value is (166,74,235). Sum of RGB (Red+Green+Blue) = 166+74+235=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #A64AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AEB is #59B514. Grayscale: #777777. Windows color (decimal): -5879061 or 15420070. OLE color: 15420070.

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

Color convert

RGB 166 74 235 -
CMYK 0.29 0.69 0 0.08
HSL 274.29º 0.8% 0.61% -
HSV(B) 274.29º 0.69% 0.92% -
XYZ 33.17 19 80.52 -
YUV 119.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 166 74 235 0.29 0.69 0 0.08 274.29 0.8 0.61
Hex A6 4A EB 1D 45 0 8 112 50 3D
Octal 246 112 353 35 105 0 10 422 120 75
Binary 10100110 1001010 11101011 11101 1000101 0 1000 100010010 1010000 111101

Color Harmonies of #A64AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AEB

Black with #A64AEB

Text Example


Text Example

White with #A64AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AEB; }

 p { color: rgb(166,74,235); }

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

background-color css

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

 a { background-color: rgb(166,74,235); }

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

border-color css

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

 span { border-color: rgb(166,74,235); }

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