Html Css Color HEX #A34CEC Medium Orchid

📋 copy color: '#A34CEC'

red 163 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #A34CEC

Tints of Medium Orchid #A34CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 34.32%
G = 16%
B = 49.68%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A34CEC (or 0xA34CEC) is known color: Medium Orchid. HEX triplet: A3, 4C and EC. RGB value is (163,76,236). Sum of RGB (Red+Green+Blue) = 163+76+236=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #A34CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CEC is #5CB313. Grayscale: #777777. Windows color (decimal): -6075156 or 15486115. OLE color: 15486115.

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

Color convert

RGB 163 76 236 -
CMYK 0.31 0.68 0 0.07
HSL 272.63º 0.81% 0.61% -
HSV(B) 272.63º 0.68% 0.93% -
XYZ 32.83 19.01 81.3 -
YUV 120.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 163 76 236 0.31 0.68 0 0.07 272.63 0.81 0.61
Hex A3 4C EC 1F 44 0 7 111 51 3D
Octal 243 114 354 37 104 0 7 421 121 75
Binary 10100011 1001100 11101100 11111 1000100 0 111 100010001 1010001 111101

Color Harmonies of #A34CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CEC

Black with #A34CEC

Text Example


Text Example

White with #A34CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CEC; }

 p { color: rgb(163,76,236); }

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

background-color css

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

 a { background-color: rgb(163,76,236); }

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

border-color css

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

 span { border-color: rgb(163,76,236); }

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