Html Css Color HEX #A34EEB Medium Orchid

📋 copy color: '#A34EEB'

red 163 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #A34EEB

Tints of Medium Orchid #A34EEB

RGB

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

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

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

R = 34.24%
G = 16.39%
B = 49.37%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A34EEB (or 0xA34EEB) is known color: Medium Orchid. HEX triplet: A3, 4E and EB. RGB value is (163,78,235). Sum of RGB (Red+Green+Blue) = 163+78+235=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A34EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EEB is #5CB114. Grayscale: #787878. Windows color (decimal): -6074645 or 15421091. OLE color: 15421091.

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

Color convert

RGB 163 78 235 -
CMYK 0.31 0.67 0 0.08
HSL 272.48º 0.8% 0.61% -
HSV(B) 272.48º 0.67% 0.92% -
XYZ 32.82 19.23 80.58 -
YUV 121.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 163 78 235 0.31 0.67 0 0.08 272.48 0.8 0.61
Hex A3 4E EB 1F 43 0 8 110 50 3D
Octal 243 116 353 37 103 0 10 420 120 75
Binary 10100011 1001110 11101011 11111 1000011 0 1000 100010000 1010000 111101

Color Harmonies of #A34EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EEB

Black with #A34EEB

Text Example


Text Example

White with #A34EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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