Html Css Color HEX #A34EE4 Medium Orchid

📋 copy color: '#A34EE4'

red 163 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #A34EE4

Tints of Medium Orchid #A34EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.61%

R = 34.75%
G = 16.63%
B = 48.61%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A34EE4 (or 0xA34EE4) is known color: Medium Orchid. HEX triplet: A3, 4E and E4. RGB value is (163,78,228). Sum of RGB (Red+Green+Blue) = 163+78+228=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #A34EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EE4 is #5CB11B. Grayscale: #777777. Windows color (decimal): -6074652 or 14962339. OLE color: 14962339.

HSL color Cylindrical-coordinate representation of color #A34EE4: hue angle of 274º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34EE4 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 78 228 -
CMYK 0.29 0.66 0 0.11
HSL 274º 0.74% 0.6% -
HSV(B) 274º 0.66% 0.89% -
XYZ 31.83 18.84 75.36 -
YUV 120.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 163 78 228 0.29 0.66 0 0.11 274 0.74 0.6
Hex A3 4E E4 1D 42 0 B 112 4A 3C
Octal 243 116 344 35 102 0 13 422 112 74
Binary 10100011 1001110 11100100 11101 1000010 0 1011 100010010 1001010 111100

Color Harmonies of #A34EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EE4

Black with #A34EE4

Text Example


Text Example

White with #A34EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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