Html Css Color HEX #A34EED Medium Orchid

📋 copy color: '#A34EED'

red 163 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #A34EED

Tints of Medium Orchid #A34EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 34.1%
G = 16.32%
B = 49.58%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A34EED (or 0xA34EED) is known color: Medium Orchid. HEX triplet: A3, 4E and ED. RGB value is (163,78,237). Sum of RGB (Red+Green+Blue) = 163+78+237=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A34EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EED is #5CB112. Grayscale: #787878. Windows color (decimal): -6074643 or 15552163. OLE color: 15552163.

HSL color Cylindrical-coordinate representation of color #A34EED: hue angle of 272.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34EED is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 78 237 -
CMYK 0.31 0.67 0 0.07
HSL 272.08º 0.82% 0.62% -
HSV(B) 272.08º 0.67% 0.93% -
XYZ 33.11 19.35 82.11 -
YUV 121.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 163 78 237 0.31 0.67 0 0.07 272.08 0.82 0.62
Hex A3 4E ED 1F 43 0 7 110 52 3E
Octal 243 116 355 37 103 0 7 420 122 76
Binary 10100011 1001110 11101101 11111 1000011 0 111 100010000 1010010 111110

Color Harmonies of #A34EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EED

Black with #A34EED

Text Example


Text Example

White with #A34EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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