Html Css Color HEX #A34EE9 Medium Orchid

📋 copy color: '#A34EE9'

red 163 ◦ green 78 ◦ blue 233

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

Shades of Medium Orchid #A34EE9

Tints of Medium Orchid #A34EE9

RGB

 RED value IS 163 (64.06% from 255) = 34.39%

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 34.39%
G = 16.46%
B = 49.16%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A34EE9 (or 0xA34EE9) is known color: Medium Orchid. HEX triplet: A3, 4E and E9. RGB value is (163,78,233). Sum of RGB (Red+Green+Blue) = 163+78+233=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #A34EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EE9 is #5CB116. Grayscale: #787878. Windows color (decimal): -6074647 or 15290019. OLE color: 15290019.

HSL color Cylindrical-coordinate representation of color #A34EE9: hue angle of 272.9º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34EE9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 78 233 -
CMYK 0.30 0.67 0 0.09
HSL 272.9º 0.78% 0.61% -
HSV(B) 272.9º 0.67% 0.91% -
XYZ 32.54 19.12 79.07 -
YUV 121.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 163 78 233 0.30 0.67 0 0.09 272.9 0.78 0.61
Hex A3 4E E9 1E 43 0 9 111 4E 3D
Octal 243 116 351 36 103 0 11 421 116 75
Binary 10100011 1001110 11101001 11110 1000011 0 1001 100010001 1001110 111101

Color Harmonies of #A34EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EE9

Black with #A34EE9

Text Example


Text Example

White with #A34EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EE9; }

 p { color: rgb(163,78,233); }

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

background-color css

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

 a { background-color: rgb(163,78,233); }

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

border-color css

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

 span { border-color: rgb(163,78,233); }

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